Beispiel #1
0
 public Ellipse CreateRandomEllipse()
 {
     return(document.CreateEllipse(RandomHelper.GetRandomRect()));
 }
Beispiel #2
0
 public Rect CreateRandomRect()
 {
     return(document.CreateRect(RandomHelper.GetRandomRect()));
 }