User Tools

Site Tools


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

Table of Contents

TGIS_ViewerWnd.ZoomBy method

Syntax

Implements IGIS_ViewerWnd.ZoomBy.

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

References

2023/08/09 02:00

Page Tools