User Tools

Site Tools


api:dk11:java:tatukgis.jdk.tgis_viewerwnd.restricteddrag

Table of Contents

TGIS_ViewerWnd.RestrictedDrag property

DK11 for Java | tatukgis.jdk.TGIS_ViewerWnd.RestrictedDrag | Constructors | Methods | Properties | Events

If true, then you can not drag outside the map Extent.

Available also on: Delphi FMX | .NET WinForms | ActiveX.

Syntax

// Java
public bool getRestrictedDrag();
 
public void setRestrictedDrag(
  bool _value
);
// Oxygene
public
  property RestrictedDrag : Boolean read write;

Value

Type
bool
Boolean

Remarks

If map will be rotated by RotationAngle then using RestrictedDrag is not recommended.

2024/12/20 22:03

Page Tools