DK for ActiveX | TatukGIS_XDK11.IGIS_ViewerBmp | Interfaces | Methods | Properties
Common API for bitmap viewers.
// C# public interface IGIS_ViewerBmp: ITBaseObject { }
' VisualBasic Public Interface IGIS_ViewerBmp Implements ITBaseObject End Class
// Oxygene type IGIS_ViewerBmp = public interface( ITBaseObject ) end;
Name | Visibility | Description | |
---|---|---|---|
AttachDelphiObj | public | Only for internal use of TatukGIS. (Inherited from ITBaseObject) |
|
Clear | public | Clear a bitmap and prepare background color and picture. | |
DelphiObj | public | Only for internal use of TatukGIS. (Inherited from ITBaseObject) |
|
Draw_ | public | Draw a current extent on a bitmap. | |
ScrollDn | public | Do scrolling down. | |
ScrollLeft | public | Do scrolling left. | |
ScrollPgDn | public | Do scrolling page down. | |
ScrollPgLeft | public | Do scrolling page left. | |
ScrollPgRight | public | Do scrolling page right. | |
ScrollPgUp | public | Do scrolling page up. | |
ScrollRight | public | Do scrolling right. | |
ScrollUp | public | Do scrolling up. | |
SetSize | public | Set bitmap new size. | |
ZoomIn | public | Zoom in slightly. | |
ZoomOut | public | Zoom out slightly. | |
Name | Visibility | Description | |
---|---|---|---|
Bitmap | public | Underlying bitmap as a native, platform dependent object. | |
GIS_Bitmap | public | Underlying bitmap | |
Height | public | Underlying bitmap height. | |
TileRect | public | Location of the bitmap over the entire rendered area (in pixels). | |
Width | public | Underlying bitmap width. | |