Tracking Client API for Windows Phone
TmsEnvelope Class
NamespacesESRI.Tracking.Connector.GeometryTmsEnvelope
Represents an Envelope.
Declaration Syntax
C#Visual BasicVisual C++
public class TmsEnvelope : TmsGeometry
Public Class TmsEnvelope _
	Inherits TmsGeometry
public ref class TmsEnvelope : public TmsGeometry
Members
All MembersConstructorsProperties



IconMemberDescription
TmsEnvelope(Double, Double, Double, Double)
The constructor.

Type
The type of geometry. In this case this is a GeometryType.Envelope.
(Overrides TmsGeometry.Type.)
XMax
The x max coordinate of this Envelope.

XMin
The x min coordinate of this Envelope.

YMax
The y max coordinate of this Envelope.

YMin
The y min coordinate of this Envelope.

Inheritance Hierarchy
Object
TmsGeometry
 TmsEnvelope

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