User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_viewerbmp.zoom

Table of Contents

ITGIS_ViewerBmp.Zoom property

DK11 for ActiveX | TatukGIS_XDK11.ITGIS_ViewerBmp.Zoom | Methods | Properties

Setting up and reading the related zoom factor. If one map unit = one pixel, then Zoom = 1.

Available also on: Delphi FMX | Java | Python.

Syntax

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

Value

Type
double
Double
2022/11/16 01:12

Page Tools