Skip to content

LocationPoint

Namespace: ThinkGeo.Core

Represents the LocationPoint class.

public class LocationPoint

Inheritance objectLocationPoint

Properties

PointX

Gets or sets the PointX.

public double PointX { get; set; }

Property Value

double

PointY

Gets or sets the PointY.

public double PointY { get; set; }

Property Value

double

Constructors

LocationPoint()

public LocationPoint()