DK for Delphi | GisInterfaces.IGIS_ViewerWnd.ZoomBy | Methods
Zoom the viewer.
// Delphi public procedure ZoomBy( const _zm : Double; const _x : Integer; const _y : Integer );
// C++ Builder public: void ZoomBy( const double _zm, const int _x, const int _y ) = 0;
| 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.