Exemplo n.º 1
0
 public GridBoundingBox SetMinX(int value)
 {
     return(new GridBoundingBox(XInterval.SetMin(value), YInterval));
 }