Exemplo n.º 1
0
 public bool Contains(VectorI point) => Contains(point.X, point.Y);
Exemplo n.º 2
0
 public RectI(VectorI position, VectorI size) : this(position.X, position.Y, size.X, size.Y)
 {
 }