TdxSmartImageCodec.Load(TStream,TdxSmartImageCustomHandle) Method
In This Article
Loads an image from a stream.
#Declaration
Delphi
class function Load(AStream: TStream; out AHandle: TdxSmartImageCustomHandle): Boolean; overload; virtual;
#Parameters
Name | Type | Description |
---|---|---|
AStream | TStream | The source stream. |
AHandle | Tdx |
A handle to the resulting image. |
#Returns
Type | Description |
---|---|
Boolean |
|
See Also