C# Class AlphaTab.Rendering.Utils.BarBounds

Show file Open project: CoderLine/alphaTab Class Usage Examples

Public Methods

Method Description
AddBeat ( BeatBounds bounds ) : void
BarBounds ( ) : AlphaTab.Collections
FindBeatAtPos ( float x ) : BeatBounds

Method Details

AddBeat() public method

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

BarBounds() public method

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

FindBeatAtPos() public method

public FindBeatAtPos ( float x ) : BeatBounds
x float
return BeatBounds