User Tools

Site Tools


api:dk11:net:tatukgis.ndk.winforms.tgis_viewerwnd.zoomby_double_integer_integer

Table of Contents

TGIS_ViewerWnd.ZoomBy method

Syntax

Implements IGIS_ViewerWnd.ZoomBy.

// C#
public void ZoomBy(
  double _zm,
  int _x,
  int _y
);
' VisualBasic
Public Sub ZoomBy(
  ByVal _zm As Double,
  ByVal _x As Integer,
  ByVal _y As Integer
)
// 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.

References

2022/11/16 01:38

Page Tools