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

BarBounds() 공개 메소드

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