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