C# Class AlphaTab.Rendering.Glyphs.CrescendoGlyph

Inheritance: EffectGlyph
Datei anzeigen Open project: CoderLine/alphaTab

Public Methods

Method Description
CrescendoGlyph ( float x, float y, CrescendoType crescendo ) : System

Protected Methods

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

Method Details

CrescendoGlyph() public method

public CrescendoGlyph ( float x, float y, CrescendoType crescendo ) : System
x float
y float
crescendo CrescendoType
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