Struct Point2D

Point2D structure

The 2D point.

public struct Point2D

Constructors

NameDescription
Point2D(double, double)Initializes a new instance of the Point2D class.

Properties

NameDescription
X { get; set; }Gets or sets the x.
Y { get; set; }Gets or sets the y.

See Also