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

StaveGroupBounds() public method

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