User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_viewer.scaleasfloat

Table of Contents

TGIS_Viewer.ScaleAsFloat property

DK for .NET | TatukGIS.NDK.TGIS_Viewer.ScaleAsFloat | Constructors | Fields | Methods | Properties | Events

Setting up and reading the scale factor.

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

Syntax

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

Value

Type
double
Double

Remarks

Be sure to set up properly coordinate system.

2025/01/31 01:14

Page Tools