示例#1
0
 public override void Apply(IList <Rectangle> updates = null)
 {
     BGI.FillEllipse(Point.X, Point.Y, Radius.Width, Radius.Height, updates);
 }