DK for Java | tatukgis.jdk.TGIS_ViewerWnd.ZoomBy | Constructors | Methods | Properties | Events
Zoom the viewer.
Available also on: Delphi FMX | .NET WinForms | ActiveX.
// Java public void ZoomBy( double _zm, int _x, int _y );
// Oxygene public procedure ZoomBy( _zm : Double; _x : Integer; _y : Integer );
| Name | Type | Description |
|---|---|---|
| _zm | double Double | zoom value |
| _x | int Integer | center point x coordinate |
| _y | int Integer | center point y coordinate |
This function will always perform regardless of UseAnimations property value.