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

MasterBarBounds() public method

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