[]
public static implicit operator PointD(Point value)
Public Shared Widening Operator CType(value As Point) As PointD
| Type | Name | Description |
|---|---|---|
| Point | value | The Point to convert. |
| Type | Description |
|---|---|
| PointD | The converted PointD. |
public static implicit operator PointD(PointF value)
Public Shared Widening Operator CType(value As PointF) As PointD
| Type | Name | Description |
|---|---|---|
| PointF | value | The PointF to convert. |
| Type | Description |
|---|---|
| PointD | The converted PointD. |