AlphaTab.Rendering.Staves.BarLayoutingInfo.BarLayoutingInfo C# (CSharp) Method

BarLayoutingInfo() public method

public BarLayoutingInfo ( ) : System
return System
        public BarLayoutingInfo()
        {
            PreBeatSizes = new FastDictionary<int, float>();
            OnBeatSizes = new FastDictionary<int, float>();
            VoiceSize = 0;
            Springs = new FastDictionary<int, Spring>();
        }