C# Class AlphaTab.Rendering.Glyphs.Glyph

A glyph is a single symbol which can be added to a GlyphBarRenderer for automated layouting and drawing of stacked symbols.
Afficher le fichier Open project: CoderLine/alphaTab Class Usage Examples

Méthodes publiques

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

Method Details

DoLayout() public méthode

public DoLayout ( ) : void
Résultat void

Glyph() public méthode

public Glyph ( float x, float y ) : AlphaTab.Platform
x float
y float
Résultat AlphaTab.Platform

Paint() public méthode

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