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

GetBarRendererId() private method

private GetBarRendererId ( int trackId, int barId ) : string
trackId int
barId int
return string
        private string GetBarRendererId(int trackId, int barId)
        {
            return trackId + "-" + barId;
        }