DK11 for Delphi | GisTypesUI.TGIS_Bitmap.Create | Overloads | Constructors | Methods | Properties
Create an instance with a given size.
// Delphi public constructor Create( const _width : Integer; const _height : Integer; const _premult : Boolean ); overload;
// C++ Builder Create ( const int _width, const int _height, const bool _premult );
Name | Type | Description |
---|---|---|
_width | Integer | width of bitmap in pixels |
_height | Integer | height of bitmap in pixels |
_premult | Boolean | create a bitmap premutiplied; required and supported only on selected platforms |