C# Class AlphaTab.Rendering.Glyphs.BeatGlyphBase

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

Méthodes publiques

Méthode Description
BeatGlyphBase ( ) : System
DoLayout ( ) : void

Méthodes protégées

Méthode Description
NoteLoop ( Action action ) : void

Method Details

BeatGlyphBase() public méthode

public BeatGlyphBase ( ) : System
Résultat System

DoLayout() public méthode

public DoLayout ( ) : void
Résultat void

NoteLoop() protected méthode

protected NoteLoop ( Action action ) : void
action Action
Résultat void