C# Class AlphaTab.Rendering.Glyphs.GlyphGroup

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

Protected Properties

Property Type Description
Glyphs FastList

Public Methods

Method 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 method

public AddGlyph ( Glyph g ) : void
g Glyph
return void

DoLayout() public method

public DoLayout ( ) : void
return void

GlyphGroup() public method

public GlyphGroup ( float x, float y ) : System
x float
y float
return System

Paint() public method

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

Property Details

Glyphs protected_oe property

protected FastList Glyphs
return FastList