User Tools

Site Tools


api:dk11:delphi:gisinterfaces.igis_viewerwnd

Table of Contents

IGIS_ViewerWnd interface

DK11 for Delphi | GisInterfaces.IGIS_ViewerWnd | Interfaces | Methods

Common API for windows viewers.

Available also on: .NET | Java | ActiveX | Python.

Syntax

// 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
{
};

Methods

Inherited Overrides Protected
Name Visibility Description
Print 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.

2022/11/16 01:18

Page Tools