[]
public static implicit operator PointD(Point value)
Type | Name | Description |
---|---|---|
Point | value | The Point to convert. |
Type | Description |
---|---|
PointD | The converted PointD. |
public static implicit operator PointD(PointF value)
Type | Name | Description |
---|---|---|
PointF | value | The PointF to convert. |
Type | Description |
---|---|
PointD | The converted PointD. |