C# Class AlphaTab.Rendering.Glyphs.BarNumberGlyph

Inheritance: Glyph
Datei anzeigen Open project: CoderLine/alphaTab

Public Methods

Method Description
BarNumberGlyph ( float x, float y, int number, bool hidden ) : AlphaTab.Platform
DoLayout ( ) : void
Paint ( float cx, float cy, ICanvas canvas ) : void

Method Details

BarNumberGlyph() public method

public BarNumberGlyph ( float x, float y, int number, bool hidden ) : AlphaTab.Platform
x float
y float
number int
hidden bool
return AlphaTab.Platform

DoLayout() public method

public DoLayout ( ) : void
return void

Paint() public method

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