C# Class AlphaTab.Rendering.Utils.MasterBarBounds

Afficher le fichier Open project: CoderLine/alphaTab Class Usage Examples

Méthodes publiques

Méthode Description
AddBar ( BarBounds bounds ) : void
AddBeat ( BeatBounds bounds ) : void
FindBeatAtPos ( float x, float y ) : Beat
Finish ( ) : void
MasterBarBounds ( ) : AlphaTab.Collections

Method Details

AddBar() public méthode

public AddBar ( BarBounds bounds ) : void
bounds BarBounds
Résultat void

AddBeat() public méthode

public AddBeat ( BeatBounds bounds ) : void
bounds BeatBounds
Résultat void

FindBeatAtPos() public méthode

public FindBeatAtPos ( float x, float y ) : Beat
x float
y float
Résultat AlphaTab.Model.Beat

Finish() public méthode

public Finish ( ) : void
Résultat void

MasterBarBounds() public méthode

public MasterBarBounds ( ) : AlphaTab.Collections
Résultat AlphaTab.Collections