User Tools

Site Tools


api:dk11:java:tatukgis.jdk.igis_viewerwnd.zoomby_double_integer_integer

Table of Contents

IGIS_ViewerWnd.ZoomBy method

DK11 for Java | tatukgis.jdk.IGIS_ViewerWnd.ZoomBy | Methods

Zoom the viewer.

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

Syntax

// Java
public abstract void ZoomBy(
  double _zm,
  int _x,
  int _y
);
// Oxygene
public
  procedure ZoomBy(
    _zm : Double;
    _x : Integer;
    _y : Integer
  );

Parameters

Name Type Description
_zm double
Double
zoom value
_x int
Integer
center point x coordinate
_y int
Integer
center point y coordinate

Remarks

This function will always perform regardless of UseAnimations property value.

2022/11/16 01:52

Page Tools