User Tools

Site Tools


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

Table of Contents

TGIS_ViewerWnd.MinZoomSize property

DK11 for .NET | TatukGIS.NDK.WinForms.TGIS_ViewerWnd.MinZoomSize | Constructors | Fields | Methods | Properties | Events

Minimal size of the zooming rectangle.

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

Syntax

// C#
[DefaultValue(GIS_MIN_ZOOM_SIZE)]
public Integer MinZoomSize
{
  get {}
  set {}
}
' VisualBasic
<DefaultValue(GIS_MIN_ZOOM_SIZE)>
Public Property MinZoomSize As Integer
  Get
  End Get
  Set(ByVal value As Integer)
  End Set
End Property
// Oxygene
public
  [DefaultValue(GIS_MIN_ZOOM_SIZE)]
  property MinZoomSize : Integer read read;

Value

Type
int
Integer
2022/11/16 01:38

Page Tools