get => System.Array.ConvertAll(puntos, (Point2f inp) => (new Vector2(inp.X, inp.Y)));
Exemplo n.º 2
0
 new Point(inp.X, inp.Y);
Exemplo n.º 3
0
 new Rect(inp.X, inp.Y, inp.W, inp.H);