DK11 for Java | tatukgis.jdk.IGIS_ViewerWnd.ZoomBy | Methods
Zoom the viewer.
// Java public abstract 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.