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

ScoreBrushGlyph() 공개 메소드

public ScoreBrushGlyph ( Beat beat ) : System
beat AlphaTab.Model.Beat
리턴 System
        public ScoreBrushGlyph(Beat beat)
            : base(0, 0)
        {
            _beat = beat;
        }