User Tools

Site Tools


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

Table of Contents

TGIS_ViewerWnd.ScaleAsFloat property

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

Setting up and reading the scale factor.

Available also on: Delphi FMX | Java | ActiveX.

Syntax

// C#
[Browsable(false),DefaultValue(1.0)]
public Double ScaleAsFloat
{
  get {}
  set {}
}
' VisualBasic
<Browsable(false),DefaultValue(1.0)>
Public Property ScaleAsFloat As Double
  Get
  End Get
  Set(ByVal value As Double)
  End Set
End Property
// Oxygene
public
  [Browsable(false),DefaultValue(1.0)]
  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