DK for .NET | TatukGIS.NDK.TGIS_BitmapAbstract | Fields | Methods | Properties
| Name | Visibility | Description | |
|---|---|---|---|
| ApplyOpacity | public | Apply opacity to the bitmap using the DestIn blend mode. | |
| Clear | public | Clear the bitmap with the specified color. | |
| CreateViewer | public | Create a bitmap viewer interface for this bitmap. | |
| DrawGlyph | public | ||
| DrawShape(Object, bool, double, TPoint) | public | Draw a shape on the bitmap for internal TGIS_Shape.PrepareContourInternal processing. | |
| DrawShape(Object, int, bool, double, TPoint) | public | Draw a shape on the bitmap for internal TGIS_Shape.PrepareContourInternal processing. | |
| DrawShape(Object, int, bool, TGIS_Color, TGIS_Color, double, TPoint) | public | Draw a shape on the bitmap for internal TGIS_Shape.PrepareContourInternal processing. | |
| DrawSymbol(string) | public | Draw a symbol in the bitmap using the default platform PPI. | |
| DrawSymbol(string, int) | public | Draw a symbol in the bitmap. | |
| DrawSymbol(string, int, double) | public | Draw a symbol in the bitmap. | |
| DrawSymbol(string, int, TGIS_Color, TGIS_Color) | public | Draw a symbol in the bitmap using the specified colors. | |
| DrawSymbol(string, int, TGIS_Color, TGIS_Color, double) | public | Draw a symbol in the bitmap using the specified colors and scale. | |
| FromBitmap | public | Create a bitmap backend from a platform-specific native bitmap object. | |
| FromFile | public | Create a bitmap backend by loading image data from a file. | |
| FromStream | public | Create a bitmap backend by loading image data from a stream. | |
| GetData | public | Return the platform-specific native bitmap object. | |
| LockPixels | public | Prepare the bitmap for direct pixel access. | |
| MakeTransparent | public | Make the bitmap fully transparent. | |
| ToFile(string) | public | Save the bitmap to a file using the native platform format. | |
| ToFile(string, TGIS_PixelFormat, TGIS_PixelSubFormat, int) | public | Save the bitmap to a file using the specified pixel format and subformat. | |
| ToStream(Object) | public | Save the bitmap to a stream using the native platform format. | |
| ToStream(Object, TGIS_PixelFormat, TGIS_PixelSubFormat, int) | public | Save the bitmap to a stream using the specified pixel format and subformat. | |
| UnlockPixels | public | Finalize direct pixel access. | |