DK11 for ActiveX | TatukGIS_XDK11.ITGIS_Bitmap | Methods | Properties
Name | Visibility | Description | |
---|---|---|---|
Assign_ | public | Assign bitmap from other instance. | |
AttachDelphiObj | public | Only for internal use of TatukGIS. (Inherited from ITBaseObject) |
|
Create_ | public | Create an instance with a given size. | |
Create_2 | public | Create an instance with a given size. | |
Create_3 | public | Create an instance from exiting bitmap. | |
Create_4 | public | Create an instance with a given size with a given bitmap factory. | |
DelphiObj | public | Only for internal use of TatukGIS. (Inherited from ITBaseObject) |
|
DrawBitmap | public | Draw rectangle part of a bitmap on a part of a bitmap | |
DrawBitmap_2 | public | Draw rectangle part of a bitmap on a part of a bitmap | |
DrawGlyph | public | Draws symbolk optimized to be used by a buttn glyph | |
DrawShape | public | Draw a shape on a bitmap (for internal TGIS_Shape.PrepareContourInternal purposes). | |
DrawShape_2 | public | Draw a shape on a bitmap (for internal TGIS_Shape.PrepareContourInternal purposes). | |
DrawShape_3 | public | Draw a shape on a bitmap (for internal TGIS_Shape.PrepareContourInternal purposes). | |
DrawSymbol | public | Draws symbol | |
DrawSymbol_2 | public | Draws symbol | |
DrawSymbol_3 | public | Draws symbol | |
IsNilOrEmpty | public | Test if bitmap is emptyt or nil | |
LoadFromBitmap | public | Load bitmap from platform specific bitmap object. | |
LoadFromFile | public | Load bitmap from file. | |
LoadFromResourceName | public | Load bitmap from DK standard resource. | |
LoadFromStream | public | Load bitmap from platform stream. | |
LockPixels | public | Return read only raw pixels in native system format and native system line order, | |
LockPixels_2 | public | Return raw pixels in native system format and native system line order. | |
LockPixels_3 | public | Return raw pixels | |
MakeGlowing | public | Add semitransparent "glowing" shadow to the bitmap. | |
MakeTransparent | public | Make bitmap transparent by replacing all pixels with same color as left-up corner with TGIS_Color.None color (full ARGB transparency) | |
NativeFormat | public | Native format of bitmaps (ARGB or ABGR) for current platform | |
NativeLineOrder | public | Native line order of bitmaps (up-down or down-up) for current platform. | |
SaveToFile | public | Save bitmap to file. | |
SaveToStream | public | Save bitmap to stream. | |
SaveToStream_2 | public | Save bitmap to stream. | |
ScaleBitmap | public | Scales bitmap using filtering | |
UnlockPixels | public | Unlock pixels obtained by Lock() method. | |