Esempio n. 1
0
 get => new Vector2(Pos.X - _size.X, Pos.Y - _size.Y);
 public static implicit operator Int32Point((int X, int Y) Pos) => new Int32Point(Pos.X, Pos.Y);