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;
        }