AlphaTab.Rendering.Utils.StaveGroupBounds.StaveGroupBounds C# (CSharp) Méthode

StaveGroupBounds() public méthode

public StaveGroupBounds ( ) : AlphaTab.Collections
Résultat AlphaTab.Collections
        public StaveGroupBounds()
        {
            Bars = new FastList<MasterBarBounds>();
        }