User Tools

Site Tools


api:dk11:python:tatukgis.pdk.igis_viewerwnd.zoomby_double_integer_integer

Table of Contents

IGIS_ViewerWnd.ZoomBy method

DK11 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.

2023/08/09 01:51

Page Tools