AlphaTab.Rendering.Glyphs.BeatContainerGlyph.BeatContainerGlyph C# (CSharp) 메소드

BeatContainerGlyph() 공개 메소드

public BeatContainerGlyph ( Beat beat, VoiceContainerGlyph voiceContainer, bool useLayoutingInfo = false ) : System
beat AlphaTab.Model.Beat
voiceContainer VoiceContainerGlyph
useLayoutingInfo bool
리턴 System
        public BeatContainerGlyph(Beat beat, VoiceContainerGlyph voiceContainer, bool useLayoutingInfo = false)
            : base(0, 0)
        {
            Beat = beat;
            Ties = new FastList<Glyph>();
            VoiceContainer = voiceContainer;
            UseLayoutingInfo = useLayoutingInfo;
        }