User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_viewer.viewport

Table of Contents

ITGIS_Viewer.Viewport property

DK11 for ActiveX | TatukGIS_XDK11.ITGIS_Viewer.Viewport | Methods | Properties

Setting an upper left corner position of the components window within the map.

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

Syntax

// C#
public TGIS_Point Viewport
{
  get {}
  set {}
}
' VisualBasic
Public Property Viewport As TGIS_Point
  Get
  End Get
  Set(ByVal value As TGIS_Point)
  End Set
End Property
// Oxygene
public
  property Viewport : TGIS_Point read read;

Value

Type
TGIS_Point
2022/11/30 19:10

Page Tools