C# Class AlphaTab.Rendering.Utils.MasterBarBounds

Show file Open project: CoderLine/alphaTab Class Usage Examples

Public Methods

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

Method Details

AddBar() public method

public AddBar ( BarBounds bounds ) : void
bounds BarBounds
return void

AddBeat() public method

public AddBeat ( BeatBounds bounds ) : void
bounds BeatBounds
return void

FindBeatAtPos() public method

public FindBeatAtPos ( float x, float y ) : Beat
x float
y float
return AlphaTab.Model.Beat

Finish() public method

public Finish ( ) : void
return void

MasterBarBounds() public method

public MasterBarBounds ( ) : AlphaTab.Collections
return AlphaTab.Collections