[]
Implicit conversion to
PointF
.
public static implicit operator PointF(Point2d p)
Type | Name | Description |
---|---|---|
Point2d | p | A Point2d that specifies the coordinates for the new PointF. |
Type | Description |
---|---|
PointF | The new PointF structure with the specified coordinates of the Point2d. |
Implicit conversion to
PointF
.
public static implicit operator Point2d(PointF p)
Type | Name | Description |
---|---|---|
PointF | p | A Point2d that specifies the coordinates for the new PointF. |
Type | Description |
---|---|
Point2d | The new PointF structure with the specified coordinates of the Point2d. |