Example #1
0
 public static void DrawRest(this INote note, Graphics g, PointF loc)
 {
     MusicHelpers.DrawRest(note.Length.Type, g, loc);
 }
Example #2
0
 public static void DrawNote(this INote note, Graphics g, PointF loc, Stem stem)
 {
     MusicHelpers.DrawNote(note.Length.Type, g, loc, stem);
 }