Example #1
0
File: Ellipse.cs Project: nistck/Jx
 /// <summary>
 /// Default constructor.
 /// </summary>
 public Ellipse()
 {
     Geometric.AddEllipse(new System.Drawing.Rectangle(0, 0, 1, 1));
 }