CreateFromBitmap(TBitmap) Constructor
In This Article
Creates a Smart Image container and populates it with the specified bitmap.
#Declaration
Delphi
constructor CreateFromBitmap(ABitmap: TBitmap); virtual;
#Parameters
Name | Type | Description |
---|---|---|
ABitmap | TBitmap | The source bitmap container. |
#Remarks
Call this constructor and pass a source bitmap as the ABitmap parameter to create a Smart Image container that stores the image built from the source bitmap.
See Also