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

ScoreBrushGlyph() public method

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