Sets the minimum and maximum X and Y coordinates of the Envelope.

Namespace:  ESRI.ArcGISExplorer.Geometry

Assembly:  ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)

Syntax

C#
public void SetCoordinates(
	double xMin,
	double yMin,
	double xMax,
	double yMax
)
Visual Basic (Declaration)
Public Sub SetCoordinates ( _
	xMin As Double, _
	yMin As Double, _
	xMax As Double, _
	yMax As Double _
)

Parameters

xMin
Type: System..::.Double

The minimum X coordinate of the Envelope.
yMin
Type: System..::.Double

The minimum Y coordinate of the Envelope.
xMax
Type: System..::.Double

The maximum X coordinate of the Envelope.
yMax
Type: System..::.Double

The maximum Y coordinate of the Envelope.

See Also