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 ); overload;
// C++ Builder Create ( const int _width, const int _height );
Name | Type | Description |
---|---|---|
_width | Integer | width of bitmap in pixels |
_height | Integer | height of bitmap in pixels |