TBackend.Create

constructor Create; overload; override;

constructor Create(Owner: TCustomBitmap32); reintroduce; overload; virtual;

Description

Creates and initializes an instance of TBackend.

If Owner is specified the new back-end instance is automatically assigned to the TCustomBitmap32 instance. The existing back-end of the bitmap instance will be replaced and surface data is transfered to the new back-end instance via the Assign method.

Subclasses may extend the constructor with their specific parameters.

For an usage example of the constructor please refer to the additional topic Back-ends in this documentation.

 

See Also

Back-Ends, TBackend, Assign, TCustomBitmap32