Ejemplo n.º 1
0
 public void ClampCenter(float minX, float maxX, float minY, float maxY)
 {
     _shape.ClampCenter(minX, maxX, minY, maxY);
 }