Example #1
0
 public override void Apply(IList <Rectangle> updates = null)
 {
     BGI.PieSlice(Point.X, Point.Y, StartAngle, EndAngle, Radius, updates);
 }