AlphaTab.Rendering.Utils.BarBounds.BarBounds C# (CSharp) Method

BarBounds() public method

public BarBounds ( ) : AlphaTab.Collections
return AlphaTab.Collections
        public BarBounds()
        {
            Beats = new FastList<BeatBounds>();
        }