User Tools

Site Tools


api:dk11:delphi:fmx.gisviewerwnd.tgis_viewerwnd.zoomby_double_integer_integer

Table of Contents

TGIS_ViewerWnd.ZoomBy method

Syntax

Implements IGIS_ViewerWnd.ZoomBy.

// Delphi
public
  procedure ZoomBy(
    const _zm : Double;
    const _x : Integer;
    const _y : Integer
  ); overload;
// C++ Builder
public:
  void ZoomBy(
    const double _zm,
    const int _x,
    const int _y
  ) /* overload */;

Parameters

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

Remarks

This function will always perform regardless of UseAnimations property value.

References

2022/11/16 01:14

Page Tools