C# Class AlphaTab.Rendering.Glyphs.LineRangedGlyph

Inheritance: GroupedEffectGlyph
Datei anzeigen Open project: CoderLine/alphaTab

Public Methods

Method Description
LineRangedGlyph ( string label ) : System

Protected Methods

Method Description
PaintGrouped ( float cx, float cy, float endX, ICanvas canvas ) : void
PaintNonGrouped ( float cx, float cy, ICanvas canvas ) : void

Method Details

LineRangedGlyph() public method

public LineRangedGlyph ( string label ) : System
label string
return System

PaintGrouped() protected method

protected PaintGrouped ( float cx, float cy, float endX, ICanvas canvas ) : void
cx float
cy float
endX float
canvas ICanvas
return void

PaintNonGrouped() protected method

protected PaintNonGrouped ( float cx, float cy, ICanvas canvas ) : void
cx float
cy float
canvas ICanvas
return void