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