PointD

PointD structure

The point double

public struct PointD

Constructors

NameDescription
PointD(double, double)Initializes a new instance of the PointD struct.

Properties

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

Methods

NameDescription
FromPointF(PointF)Converts PointD to the PointF structure.
ToPointF()Converts PointF to the PointD structure.
override ToString()Converts to string.

See Also