Click or drag to resize

PointD Constructor

Overload List
 NameDescription
Public methodPointD(Point64) Initializes a new instance of the PointD struct from a Point64 instance.
Public methodPointD(PointD) Initializes a new instance of the PointD struct.
Public methodPointD(Double, Double) Initializes a new instance of the PointD struct.
Public methodPointD(Int64, Int64) Initializes a new instance of the PointD struct.
Public methodPointD(Point64, Double) Initializes a new instance of the PointD struct from a Point64 instance, applying a scale.
Public methodPointD(PointD, Double) Initializes a new instance of the PointD class from another PointD instance, applying a scale.
Top
See Also