DK for .NET | TatukGIS.NDK.TGIS_Bitmap | Constructors | Methods | Properties
| Name | Visibility | Description | |
|---|---|---|---|
| BitmapFactory | public | Bitmap factory used to produce the bitmap data. | |
| Height | public | Bitmap height in pixels. | |
| IsEmpty | public | True if the bitmap is empty and has no native bitmap attached. | |
| NativeBitmap | public | Platform specific native bitmap object, such as VCL TBitmap. | |
| Path | public | Path to the bitmap file, available for bitmaps created from files. | |
| PPI | public | Resolution of the bitmap in pixels per inch (PPI). | |
| Premultiplied | public | True if the bitmap should be treated as premultiplied. | |
| Transparent | public | True if bitmap is transparent. | |
| Width | public | Bitmap width in pixels. | |