C# Class AlphaTab.Rendering.Glyphs.BarSeperatorGlyph

Inheritance: Glyph
Afficher le fichier Open project: CoderLine/alphaTab

Méthodes publiques

Méthode Description
BarSeperatorGlyph ( float x, float y, bool isLast = false ) : AlphaTab.Platform
DoLayout ( ) : void
Paint ( float cx, float cy, ICanvas canvas ) : void

Method Details

BarSeperatorGlyph() public méthode

public BarSeperatorGlyph ( float x, float y, bool isLast = false ) : AlphaTab.Platform
x float
y float
isLast bool
Résultat AlphaTab.Platform

DoLayout() public méthode

public DoLayout ( ) : void
Résultat void

Paint() public méthode

public Paint ( float cx, float cy, ICanvas canvas ) : void
cx float
cy float
canvas ICanvas
Résultat void