AlphaTab.Rendering.Glyphs.ScoreBrushGlyph.ScoreBrushGlyph C# (CSharp) Méthode

ScoreBrushGlyph() public méthode

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