Constructor PointD
PointD(SKPoint)
Initializes a new instance of the PointD class using the specified SkiaSharp point.
public PointD(SKPoint p)
Parameters
PointD(PointI)
public PointD(PointI p)
Parameters
Remarks
This constructor converts the integer coordinates of the PointI to double-precision floating-point values for the PointD instance.
PointD(float, float)
Initializes a new instance of the PointD class with the specified coordinates.
public PointD(float x, float y)
Parameters
PointD(float)
Initializes a new instance of the PointD class with the specified coordinate.
public PointD(float xy)
Parameters
xyfloat
PointD(Vector2)
public PointD(Vector2 vector)
Parameters
vectorVector2