CreateSize(Integer,Integer,TPixelFormat) Constructor
Initializes a new instance of the TcxBitmap class with specified settings.
Declaration
constructor CreateSize(AWidth: Integer; AHeight: Integer; APixelFormat: TPixelFormat); overload;
Parameters
Name | Type |
---|---|
AWidth | Integer |
AHeight | Integer |
APixelFormat | TPixelFormat |
See Also