AlphaTab.Rendering.ScoreBeatContainerGlyph.ScoreBeatContainerGlyph C# (CSharp) 메소드

ScoreBeatContainerGlyph() 공개 메소드

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