Skip to main content

TdxSmartImageCodec.Load(TStream,TdxSmartImageCustomHandle) Method

Loads an image from a stream.

Declaration

class function Load(AStream: TStream; out AHandle: TdxSmartImageCustomHandle): Boolean; overload; virtual;

Parameters

Name Type Description
AStream TStream

The source stream.

AHandle TdxSmartImageCustomHandle

A handle to the resulting image.

Returns

Type Description
Boolean

True if the image load operation is successful; otherwise, False.

See Also