AlphaTab.Rendering.Glyphs.BarNumberGlyph.BarNumberGlyph C# (CSharp) Метод

BarNumberGlyph() публичный Метод

public BarNumberGlyph ( float x, float y, int number, bool hidden ) : AlphaTab.Platform
x float
y float
number int
hidden bool
Результат AlphaTab.Platform
        public BarNumberGlyph(float x, float y, int number, bool hidden)
            : base(x, y)
        {
            _number = number;
            _hidden = hidden;
        }