User Tools

Site Tools


api:dk11:python:tatukgis_pdk.igis_viewerwnd.zoomby_double_integer_integer

Table of Contents

IGIS_ViewerWnd.ZoomBy method

DK for Python | tatukgis_pdk.IGIS_ViewerWnd.ZoomBy | Methods | Properties

Zoom the viewer.

Available also on: Delphi | .NET | Java | ActiveX.

Syntax

# Python
def ZoomBy(
  self,
  _zm: float,
  _x: int,
  _y: int
) -> None: 

Parameters

Name Type Description
_zm float zoom value
_x int center point x coordinate
_y int center point y coordinate

Remarks

This function will always perform regardless of UseAnimations property value.

2025/01/31 01:19

Page Tools