User Tools

Site Tools


api:dk11:python:tatukgis.pdk.igis_viewerparent.controlautocenterviewport_double_double

Table of Contents

IGIS_ViewerParent.ControlAutoCenterViewport method

DK11 for Python | tatukgis.pdk.IGIS_ViewerParent.ControlAutoCenterViewport | Methods

Move the screen origin of the map by delta values.

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

Syntax

# Python
def ControlAutoCenterViewport(
  self,
  _dx: float,
  _dy: float
) -> None: 

Parameters

Name Type Description
_dx float x delta
_dy float y delta

Remarks

Do not call this method directly. Method is only for internal Viewer/Parent communication.

2023/08/09 01:51

Page Tools