Interface IPoint2D
Represents a point in 2 dimensional space
Namespace: OSGeo.MapGuide.ObjectModels.Common
Assembly: OSGeo.MapGuide.ObjectModels.dll
Syntax
public interface IPoint2D
Properties
| Improve this Doc View SourceX
Gets or sets the X coordinate
Declaration
double X { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Y
Gets or sets the Y coordinate
Declaration
double Y { get; set; }
Property Value
Type | Description |
---|---|
System.Double |