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