LocationPoint¶
Namespace: ThinkGeo.Core
Represents the LocationPoint class.
public class LocationPoint
Inheritance object → LocationPoint
Properties¶
PointX¶
Gets or sets the PointX.
public double PointX { get; set; }
Property Value¶
PointY¶
Gets or sets the PointY.
public double PointY { get; set; }
Property Value¶
Constructors¶
LocationPoint()¶
public LocationPoint()