AlphaTab.Rendering.ScoreBeatContainerGlyph.ScoreBeatContainerGlyph C# (CSharp) Method

ScoreBeatContainerGlyph() public method

public ScoreBeatContainerGlyph ( Beat beat, VoiceContainerGlyph voiceContainer ) : AlphaTab.Model
beat AlphaTab.Model.Beat
voiceContainer AlphaTab.Rendering.Glyphs.VoiceContainerGlyph
return AlphaTab.Model
        public ScoreBeatContainerGlyph(Beat beat, VoiceContainerGlyph voiceContainer)
            : base(beat, voiceContainer)
        {
        }