C# Class MidiSheetMusic.RestSymbol

Inheritance: MusicSymbol
Afficher le fichier Open project: BYVoid/MidiToSheetMusic Class Usage Examples

Méthodes publiques

Méthode Description
Draw ( Graphics g, Pen pen, int ytop ) : void
DrawEighth ( Graphics g, Pen pen, int ytop ) : void
DrawHalf ( Graphics g, Pen pen, int ytop ) : void
DrawQuarter ( Graphics g, Pen pen, int ytop ) : void
DrawWhole ( Graphics g, Pen pen, int ytop ) : void
RestSymbol ( int start, NoteDuration dur ) : System
ToString ( ) : string

Method Details

Draw() public méthode

public Draw ( Graphics g, Pen pen, int ytop ) : void
g System.Drawing.Graphics
pen System.Drawing.Pen
ytop int
Résultat void

DrawEighth() public méthode

public DrawEighth ( Graphics g, Pen pen, int ytop ) : void
g System.Drawing.Graphics
pen System.Drawing.Pen
ytop int
Résultat void

DrawHalf() public méthode

public DrawHalf ( Graphics g, Pen pen, int ytop ) : void
g System.Drawing.Graphics
pen System.Drawing.Pen
ytop int
Résultat void

DrawQuarter() public méthode

public DrawQuarter ( Graphics g, Pen pen, int ytop ) : void
g System.Drawing.Graphics
pen System.Drawing.Pen
ytop int
Résultat void

DrawWhole() public méthode

public DrawWhole ( Graphics g, Pen pen, int ytop ) : void
g System.Drawing.Graphics
pen System.Drawing.Pen
ytop int
Résultat void

RestSymbol() public méthode

public RestSymbol ( int start, NoteDuration dur ) : System
start int
dur NoteDuration
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string