C# Class AlphaTab.Rendering.Glyphs.ScoreNoteChordGlyph

Inheritance: Glyph
Datei anzeigen Open project: CoderLine/alphaTab Class Usage Examples

Public Methods

Method Description
AddNoteGlyph ( Glyph noteGlyph, Note note, int noteLine ) : void
DoLayout ( ) : void
GetNoteX ( Note note, bool onEnd = true ) : float
GetNoteY ( Note note ) : float
Paint ( float cx, float cy, ICanvas canvas ) : void
ScoreNoteChordGlyph ( ) : System
UpdateBeamingHelper ( float cx ) : void

Method Details

AddNoteGlyph() public method

public AddNoteGlyph ( Glyph noteGlyph, Note note, int noteLine ) : void
noteGlyph Glyph
note AlphaTab.Model.Note
noteLine int
return void

DoLayout() public method

public DoLayout ( ) : void
return void

GetNoteX() public method

public GetNoteX ( Note note, bool onEnd = true ) : float
note AlphaTab.Model.Note
onEnd bool
return float

GetNoteY() public method

public GetNoteY ( Note note ) : float
note AlphaTab.Model.Note
return float

Paint() public method

public Paint ( float cx, float cy, ICanvas canvas ) : void
cx float
cy float
canvas ICanvas
return void

ScoreNoteChordGlyph() public method

public ScoreNoteChordGlyph ( ) : System
return System

UpdateBeamingHelper() public method

public UpdateBeamingHelper ( float cx ) : void
cx float
return void