Interface IEnvelope
Represents a rectangular bounding box
Inherited Members
System.ComponentModel.INotifyPropertyChanged.PropertyChanged
Namespace: OSGeo.MapGuide.ObjectModels.Common
Assembly: OSGeo.MapGuide.ObjectModels.dll
Syntax
public interface IEnvelope : INotifyPropertyChanged
Properties
| Improve this Doc View SourceMaxX
Gets or sets the max X.
Declaration
double MaxX { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The max X. |
MaxY
Gets or sets the max Y.
Declaration
double MaxY { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The max Y. |
MinX
Gets or sets the min X.
Declaration
double MinX { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The min X. |
MinY
Gets or sets the min Y.
Declaration
double MinY { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The min Y. |