Represents an Envelope.

C# | Visual Basic | Visual C++ |
public class TmsEnvelope : TmsGeometry
Public Class TmsEnvelope _ Inherits TmsGeometry
public ref class TmsEnvelope : public TmsGeometry

All Members | Constructors | Properties | |||
Icon | Member | Description |
---|---|---|
![]() | 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.
|

Object | ||
![]() | TmsGeometry | |
![]() | TmsEnvelope |