Exemplo n.º 1
0
 /// <summary>
 /// Grows the canvas to include the rect
 /// </summary>
 /// <param name="r">a rect in canvas space</param>
 public void EnlargeCanvasFor(Rect r)
 {
     //if (CurvyGUI.IsLayout)
     CanvasRect = CanvasRect.Include(r);
 }