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