DK11 for Python | tatukgis.pdk.TGIS_ViewerWnd.ZoomBy | Constructors | Methods | Properties | Events
Zoom the viewer.
Available also on: Delphi FMX | .NET WinForms | Java | ActiveX.
Implements IGIS_ViewerWnd.ZoomBy.
# 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.