DK11 for Delphi | FMX.GisFramework.TGIS_BitmapFMX | Classes | Constructors | Methods | Properties
Platform dependent Bitmap implementation.
// Delphi type TGIS_BitmapFMX = class( TGIS_BitmapAbstract ) end;
// C++ Builder class PASCALIMPLEMENTATION TGIS_BitmapFMX : public TGIS_BitmapAbstract { };
→ TObject → TGIS_ObjectDisposable → TGIS_BitmapAbstract
Name | Visibility | Description | |
---|---|---|---|
Create | public | Construct bitmap with given dimensions. | |
Name | Visibility | Description | |
---|---|---|---|
CreateViewer | public | Create a bitmap viewer (Overrides TGIS_BitmapAbstract.CreateViewer) |
|
DrawShape(TObject; Boolean; Double; TPoint) | public | Draw a shape on a bitmap. | |
DrawShape(TObject; Integer; Boolean; Double; TPoint) | public | Draw a shape on a bitmap (for internal TGIS_Shape.PrepareContourInternal purposes). | |
DrawShape(TObject; Integer; Boolean; TGIS_Color; TGIS_Color; Double; TPoint) | public | Draw a shape on a bitmap (for internal TGIS_Shape.PrepareContourInternal purposes). | |
DrawSymbol(String) | public | Draws symbol | |
DrawSymbol(String; Integer) | public | Draws symbol | |
DrawSymbol(String; Integer; TGIS_Color; TGIS_Color) | public | Draws symbol | |
FromBitmap | public | Create bitmap from platform specific object. (Overrides TGIS_BitmapAbstract.FromBitmap) |
|
FromFile | public | Create bitmap from file. (Overrides TGIS_BitmapAbstract.FromFile) |
|
FromStream | public | Create bitmap from stream. (Overrides TGIS_BitmapAbstract.FromStream) |
|
LockPixels | public | Prepare bitmap for direct pixel access operation. (Overrides TGIS_BitmapAbstract.LockPixels) |
|
MakeTransparent | public | Make bitmap transparent (Overrides TGIS_BitmapAbstract.MakeTransparent) |
|
ToFile | public | Save bitmap to file. (Overrides TGIS_BitmapAbstract.ToFile) |
|
ToStream(TObject) | public | Save bitmap to stream. | |
ToStream(TObject; TGIS_PixelFormat; TGIS_PixelSubFormat; Integer) | public | Save bitmap to stream. | |
UnlockPixels | public | Finalize pixel access operation. (Overrides TGIS_BitmapAbstract.UnlockPixels) |
|
Name | Visibility | Description | |
---|---|---|---|
Height | public | Bitmap height in pixels. (Inherited from TGIS_BitmapAbstract) |
|
NativeBitmap | public | Platform specific bitmap object (like TBitmap for VCL). (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 premultipily way of storing bitmaps.