DK for Delphi | GisInterfaces.IGIS_ViewerWnd | Interfaces | Methods
Common API for window-based viewers.
// Delphi type IGIS_ViewerWnd = interface ['{BD1662AB-A792-4809-8FF4-11E09E4005D5}'] end;
// C++ Builder __interface INTERFACE_UUID("{BD1662AB-A792-4809-8FF4-11E09E4005D5}") IGIS_ViewerWnd : public IInterface { };
| Name | Visibility | Description | |
|---|---|---|---|
| public | Print the current viewer content using the default printer. | ||
| Print(IGIS_Printer) | public | Print the current viewer content using the specified printer. | |
| PrintBmp(TGIS_Bitmap) | public | Print the current viewer content to a bitmap. | |
| PrintBmp(TGIS_Bitmap; Boolean) | public | Print the current viewer content to a bitmap. | |
| ZoomBy | public | Zoom the viewer. | |