C# Class AlphaTab.Rendering.Glyphs.GlyphGroup

This glyph allows to group several other glyphs to be drawn at the same x position
Inheritance: Glyph
Afficher le fichier Open project: CoderLine/alphaTab Class Usage Examples

Protected Properties

Свойство Type Description
Glyphs FastList

Méthodes publiques

Méthode Description
AddGlyph ( Glyph g ) : void
DoLayout ( ) : void
GlyphGroup ( float x, float y ) : System
Paint ( float cx, float cy, ICanvas canvas ) : void

Method Details

AddGlyph() public méthode

public AddGlyph ( Glyph g ) : void
g Glyph
Résultat void

DoLayout() public méthode

public DoLayout ( ) : void
Résultat void

GlyphGroup() public méthode

public GlyphGroup ( float x, float y ) : System
x float
y float
Résultat System

Paint() public méthode

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

Property Details

Glyphs protected_oe property

protected FastList Glyphs
Résultat FastList