Point |
| Name | Description | |
|---|---|---|
| PointD(Point64) | Initializes a new instance of the PointD struct from a Point64 instance. | |
| PointD(PointD) | Initializes a new instance of the PointD struct. | |
| PointD(Double, Double) | Initializes a new instance of the PointD struct. | |
| PointD(Int64, Int64) | Initializes a new instance of the PointD struct. | |
| PointD(Point64, Double) | Initializes a new instance of the PointD struct from a Point64 instance, applying a scale. | |
| PointD(PointD, Double) | Initializes a new instance of the PointD class from another PointD instance, applying a scale. |