User Tools

Site Tools


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

Table of Contents

TGIS_ViewerWnd.RotationPoint property

DK for .NET | TatukGIS.NDK.WinForms.TGIS_ViewerWnd.RotationPoint | Constructors | Fields | Methods | Properties | Events

Point of viewer rotation in map units.

Available also on: Delphi FMX | Java | ActiveX.

Syntax

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

Value

Type
TGIS_Point

Remarks

See also RotationAngle.

2025/01/31 01:14

Page Tools