DK11 for .NET | TatukGIS.NDK.WinForms.TGIS_ViewerWnd.ZoomBy | Constructors | Fields | Methods | Properties | Events
Zoom the viewer.
Available also on: Delphi FMX | Java | ActiveX | Python.
Implements IGIS_ViewerWnd.ZoomBy.
// C# public void ZoomBy( double _zm, int _x, int _y );
' VisualBasic Public Sub ZoomBy( ByVal _zm As Double, ByVal _x As Integer, ByVal _y As Integer )
// 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.