Skip to main content

CreateFromBitmap(TBitmap) Constructor

Creates a Smart Image container and populates it with the specified bitmap.

Declaration

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