DK11 for Delphi | GisTypesUI.TGIS_Bitmap.Create | Overloads | Constructors | Methods | Properties
Create an instance with a given size with a given bitmap factory.
// Delphi public constructor Create( const _width : Integer; const _height : Integer; const _factory : TGIS_BitmapFactory ); overload;
// C++ Builder Create ( const int _width, const int _height, TGIS_BitmapFactory* const _factory );
Name | Type | Description |
---|---|---|
_width | Integer | width of bitmap in pixels |
_height | Integer | height of bitmap in pixels |
_factory | TGIS_BitmapFactory | bitmap data factory; if null then default one will be used |