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.
Datei anzeigen Open project: CoderLine/alphaTab Class Usage Examples

Public Methods

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

Method Details

DoLayout() public method

public DoLayout ( ) : void
return void

Glyph() public method

public Glyph ( float x, float y ) : AlphaTab.Platform
x float
y float
return AlphaTab.Platform

Paint() public method

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