DK for Delphi | GisInterfaces.IGIS_ViewerBmp | Interfaces | Methods | Properties
Common API for bitmap viewers.
// Delphi type IGIS_ViewerBmp = interface ['{79A40B8C-081B-4F02-AFD4-107965540D16}'] end;
// C++ Builder __interface INTERFACE_UUID("{79A40B8C-081B-4F02-AFD4-107965540D16}") IGIS_ViewerBmp : public IInterface { };
| Name | Visibility | Description | |
|---|---|---|---|
| Clear | public | Clear a bitmap and prepare background color and picture. | |
| 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. | |
| SetRenderer | public | Set underlying renderer, platform dependent object. | |
| 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. | |