User Tools

Site Tools


api:dk11:net:tatukgis.ndk.winforms.tgis_viewerwnd.viewport

Table of Contents

TGIS_ViewerWnd.Viewport property

DK11 for .NET | TatukGIS.NDK.WinForms.TGIS_ViewerWnd.Viewport | Constructors | Fields | Methods | Properties | Events

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

Available also on: Delphi FMX | Java | ActiveX.

Syntax

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

Value

Type
TGIS_Point
2024/12/20 22:00

Page Tools