C# Class AlphaTab.Rendering.Glyphs.BarNumberGlyph

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

Méthodes publiques

Méthode Description
BarNumberGlyph ( float x, float y, int number, bool hidden ) : AlphaTab.Platform
DoLayout ( ) : void
Paint ( float cx, float cy, ICanvas canvas ) : void

Method Details

BarNumberGlyph() public méthode

public BarNumberGlyph ( float x, float y, int number, bool hidden ) : AlphaTab.Platform
x float
y float
number int
hidden bool
Résultat AlphaTab.Platform

DoLayout() public méthode

public DoLayout ( ) : void
Résultat void

Paint() public méthode

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