Exemplo n.º 1
0
 public override void Apply(IList <Rectangle> updates = null)
 {
     BGI.Ellipse(Point.X, Point.Y, StartAngle, EndAngle, Radius.Width, Radius.Height, updates);
 }