DK for ActiveX | TatukGIS_XDK11.IGIS_Viewer3D.ZoomBy | Methods | Properties
Zoom view by factor (screen center if AdvNavigation = False, mouse position if AdvNavigation = True.
Available also on: Python.
// C# public void ZoomBy( double _value, int _x, int _y );
' VisualBasic Public Sub ZoomBy( ByVal _value As Double, ByVal _x As Integer, ByVal _y As Integer )
// Oxygene public procedure ZoomBy( _value : Double; _x : Integer; _y : Integer );
Name | Type | Description |
---|---|---|
_value | double Double | zoom multiplier to multiply current zoom value |
_x | int Integer | center point x coordinate |
_y | int Integer | center point y coordinate |