Explicit Operator
Explicit(Vector2 to Point)
Converts the specified System.Numerics.Vector2 to a Point.
Declaration
public static explicit operator Point(Vector2 vector)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Numerics.Vector2 | vector |
Returns
| Type | Description |
|---|---|
| Point |