DK11 for Delphi | FMX.GisViewerWnd.TGIS_ViewerWnd.ZoomBy | Constructors | Methods | Properties | Events
Zoom the viewer.
Available also on: .NET WinForms | Java | ActiveX | Python.
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 */;
Name | Type | Description |
---|---|---|
_zm | Double | zoom value |
_x | Integer | center point x coordinate |
_y | Integer | center point y coordinate |
This function will always perform regardless of UseAnimations property value.