AlphaTab.Rendering.Staves.StaveGroup.StaveGroup C# (CSharp) Méthode

StaveGroup() public méthode

public StaveGroup ( ) : System
Résultat System
        public StaveGroup()
        {
            MasterBars = new FastList<MasterBar>();
            Staves = new FastList<StaveTrackGroup>();
            _allStaves = new FastList<Staff>();
            Width = 0;
            Index = 0;
            _accoladeSpacingCalculated = false;
            AccoladeSpacing = 0;

            Helpers = new BarHelpersGroup();
        }