DK for Delphi | FMX.GisFramework.TGIS_BitmapFMX | Classes | Constructors | Fields | Methods | Properties
Platform dependent Bitmap implementation.
// Delphi type TGIS_BitmapFMX = class( TGIS_BitmapAbstract ) end;
// C++ Builder class PASCALIMPLEMENTATION TGIS_BitmapFMX : public TGIS_BitmapAbstract { };
| Name | Visibility | Description | |
|---|---|---|---|
| Create | public | Construct bitmap with given dimensions. | |
| Name | Visibility | Description | |
|---|---|---|---|
| Master | public | Master TGIS_Bitmap object. (Inherited from TGIS_BitmapAbstract) |
|
| Name | Visibility | Description | |
|---|---|---|---|
| Data | public | Platform specific bitmap object (like TBitmap for VCL). (Inherited from TGIS_BitmapAbstract) |
|
| Height | public | Bitmap height in pixels. (Inherited from TGIS_BitmapAbstract) |
|
| PPI | public | Bitmap resolution. (Inherited from TGIS_BitmapAbstract) |
|
| Premultiplied | public | True if bitmap should be treated as premultipied. (Inherited from TGIS_BitmapAbstract) |
|
| Width | public | Bitmap width in pixels. (Inherited from TGIS_BitmapAbstract) |
|
This platform supports optional premultiply way of storing bitmaps.