C# Class AlphaTab.Rendering.Glyphs.TripletFeelGlyph

Inheritance: EffectGlyph
Datei anzeigen Open project: CoderLine/alphaTab

Public Methods

Method Description
Paint ( float cx, float cy, ICanvas canvas ) : void
TripletFeelGlyph ( TripletFeel tripletFeel ) : System

Private Methods

Method Description
RenderBarNote ( float cx, float noteY, float noteScale, ICanvas canvas, BarType bars ) : void
RenderTriplet ( float cx, float cy, ICanvas canvas ) : void

Method Details

Paint() public method

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

TripletFeelGlyph() public method

public TripletFeelGlyph ( TripletFeel tripletFeel ) : System
tripletFeel TripletFeel
return System