User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.igis_viewer3d.zoomby_double_integer_integer

Table of Contents

IGIS_Viewer3D.ZoomBy method

DK for ActiveX | TatukGIS_XDK11.IGIS_Viewer3D.ZoomBy | Methods | Properties

Zoom view by factor (screen center if AdvNavigation = False, mouse position if AdvNavigation = True.

Available also on: Python.

Syntax

// C#
public void ZoomBy(
  double _value,
  int _x,
  int _y
);
' VisualBasic
Public Sub ZoomBy(
  ByVal _value As Double,
  ByVal _x As Integer,
  ByVal _y As Integer
)
// Oxygene
public
  procedure ZoomBy(
    _value : Double;
    _x : Integer;
    _y : Integer
  );

Parameters

Name Type Description
_value double
Double
zoom multiplier to multiply current zoom value
_x int
Integer
center point x coordinate
_y int
Integer
center point y coordinate
2025/01/31 01:03

Page Tools