User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_viewerwnd.viewport

Table of Contents

ITGIS_ViewerWnd.Viewport property

DK for ActiveX | TatukGIS_XDK11.ITGIS_ViewerWnd.Viewport | Methods | Properties

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

Available also on: Delphi FMX | .NET WinForms | Java.

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
2025/01/31 01:05

Page Tools