C# Class AlphaTab.Rendering.Glyphs.NoteNumberGlyph

Inheritance: Glyph
Afficher le fichier Open project: CoderLine/alphaTab Class Usage Examples

Méthodes publiques

Méthode Description
DoLayout ( ) : void
NoteNumberGlyph ( float x, float y, Note n ) : AlphaTab.Model
Paint ( float cx, float cy, ICanvas canvas ) : void

Method Details

DoLayout() public méthode

public DoLayout ( ) : void
Résultat void

NoteNumberGlyph() public méthode

public NoteNumberGlyph ( float x, float y, Note n ) : AlphaTab.Model
x float
y float
n AlphaTab.Model.Note
Résultat AlphaTab.Model

Paint() public méthode

public Paint ( float cx, float cy, ICanvas canvas ) : void
cx float
cy float
canvas ICanvas
Résultat void