DK11 for Python | tatukgis.pdk.IGIS_ViewerWnd.ZoomBy | Methods | Properties
Zoom the viewer.
# Python def ZoomBy( self, _zm: float, _x: int, _y: int ) -> None:
Name | Type | Description |
---|---|---|
_zm | float | zoom value |
_x | int | center point x coordinate |
_y | int | center point y coordinate |
This function will always perform regardless of UseAnimations property value.