Esempio n. 1
0
 public override void Apply(IList <Rectangle> updates = null)
 {
     BGI.DrawBezier(Points.Length, Points, Segments, updates);
 }