DK11 for Delphi | GisInterfaces.IGIS_ViewerWnd | Interfaces | Methods
Common API for windows 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 given printer. | |
PrintBmp(TGIS_Bitmap) | public | Print the current content on a bitmap. | |
PrintBmp(TGIS_Bitmap; Boolean) | public | Print the current content on a bitmap. | |
ZoomBy | public | Zoom the viewer. | |