Method ToVector2
ToVector2(Point)
Declaration
public static Vector2 ToVector2(this Point point)
Parameters
| Type | Name | Description |
|---|---|---|
| Point | point |
Returns
| Type | Description |
|---|---|
| Vector2 |
ToVector2(PointF)
Declaration
public static Vector2 ToVector2(this PointF point)
Parameters
| Type | Name | Description |
|---|---|---|
| PointF | point |
Returns
| Type | Description |
|---|---|
| Vector2 |