DK11 for Delphi | FMX.GisFramework.TGIS_BitmapFMX.Create | Constructors | Fields | Methods | Properties
Construct bitmap with given dimensions.
// 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 in pixels |
_height | Integer | height in pixels |