AlphaTab.Rendering.Layout.ScoreLayout.ScoreLayout C# (CSharp) Method

ScoreLayout() protected method

protected ScoreLayout ( ScoreRenderer renderer ) : System
renderer ScoreRenderer
return System
        protected ScoreLayout(ScoreRenderer renderer)
        {
            Renderer = renderer;
            _barRendererLookup = new FastDictionary<string, FastDictionary<string, BarRendererBase>>();
        }