Tracking Client API for Windows Phone
TmsEnvelope Constructor (xMin, yMin, xMax, yMax)
NamespacesESRI.Tracking.Connector.GeometryTmsEnvelopeTmsEnvelope(Double, Double, Double, Double)
The constructor.
Declaration Syntax
C#Visual BasicVisual C++
public TmsEnvelope(
	double xMin,
	double yMin,
	double xMax,
	double yMax
)
Public Sub New ( _
	xMin As Double, _
	yMin As Double, _
	xMax As Double, _
	yMax As Double _
)
public:
TmsEnvelope(
	double xMin, 
	double yMin, 
	double xMax, 
	double yMax
)
Parameters
xMin (Double)
The x min coordinate of this Envelope.
yMin (Double)
The y min coordinate of this Envelope.
xMax (Double)
The x max coordinate of this Envelope.
yMax (Double)
The y max coordinate of this Envelope.

Assembly: ESRI.Tracking.Connector.WindowsPhone (Module: ESRI.Tracking.Connector.WindowsPhone) Version: 10.1.0.3022 (10.1.0.3022)