Convenience method to set the ZoomLevel and CentrePoint in one method

Namespace:  EGIS.Controls
Assembly:  EGIS.Controls (in EGIS.Controls.dll)

Syntax

Visual Basic
Public Sub SetZoomAndCentre ( _
	zoom As Double, _
	centre As PointD _
)
C#
public void SetZoomAndCentre(
	double zoom,
	PointD centre
)
Visual C++
public:
void SetZoomAndCentre(
	double zoom, 
	PointD centre
)
JavaScript
function setZoomAndCentre(zoom, centre);

Parameters

zoom
Type: System..::..Double
The desired ZoomLevel
centre
Type: EGIS.ShapeFileLib..::..PointD
The desired CentrePoint

See Also