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