C# Class MidiSheetMusic.MusicSymbol

Mostra file Open project: BYVoid/MidiToSheetMusic Class Usage Examples

Public Methods

Method Description
Draw ( Graphics g, Pen pen, int ytop ) : void

Method Details

Draw() public abstract method

public abstract Draw ( Graphics g, Pen pen, int ytop ) : void
g System.Drawing.Graphics
pen System.Drawing.Pen
ytop int
return void