C# Class AlphaTab.Rendering.Glyphs.TempoGlyph

Inheritance: EffectGlyph
Afficher le fichier Open project: CoderLine/alphaTab

Méthodes publiques

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

Method Details

Paint() public méthode

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

TempoGlyph() public méthode

public TempoGlyph ( float x, float y, int tempo ) : AlphaTab.Platform
x float
y float
tempo int
Résultat AlphaTab.Platform