Table of Contents

TTMSFNCBitmapHelper.CreateFromStream Method

Creates and returns a new bitmap loaded from the specified stream.

API unit family: TMSFNCTypes Declaring type: TTMSFNCBitmapHelper

Syntax

class function CreateFromStream(AStream: TStream): TTMSFNCBitmap; overload;

Parameters

Name Description
AStream The stream containing the image data.

Returns

A new bitmap loaded from the stream.