User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_viewerwnd.scale

Table of Contents

ITGIS_ViewerWnd.Scale property

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

Setting up and reading the scale factor.

Available also on: Delphi FMX | .NET WPF.

Syntax

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

Value

Type
double
Double

Remarks

same as ScaleAsFloat
Be sure to set up properly coordinate system.

2025/01/31 01:05

Page Tools