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 |
|
See Also