AlphaTab.Rendering.Glyphs.TabBeatContainerGlyph.TabBeatContainerGlyph C# (CSharp) Method

TabBeatContainerGlyph() public method

public TabBeatContainerGlyph ( Beat beat, VoiceContainerGlyph voiceContainer ) : AlphaTab.Collections
beat AlphaTab.Model.Beat
voiceContainer VoiceContainerGlyph
return AlphaTab.Collections
        public TabBeatContainerGlyph(Beat beat, VoiceContainerGlyph voiceContainer)
            : base(beat, voiceContainer)
        {
        }