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

TabBrushGlyph() public method

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