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

TabBrushGlyph() 공개 메소드

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