C# Class AlphaTab.Rendering.Glyphs.TempoGlyph

Inheritance: EffectGlyph
Datei anzeigen Open project: CoderLine/alphaTab

Public Methods

Method Description
Paint ( float cx, float cy, ICanvas canvas ) : void
TempoGlyph ( float x, float y, int tempo ) : AlphaTab.Platform

Method Details

Paint() public method

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

TempoGlyph() public method

public TempoGlyph ( float x, float y, int tempo ) : AlphaTab.Platform
x float
y float
tempo int
return AlphaTab.Platform