1 reference to Point
Microsoft.Maui.Graphics (1)
Point.cs (1)
128
public static implicit operator Point(Vector2 v) => new
Point
(v);