AlphaTab.Rendering.Utils.StaveGroupBounds.StaveGroupBounds C# (CSharp) 메소드

StaveGroupBounds() 공개 메소드

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