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

NumberGlyph() public method

public NumberGlyph ( float x, float y, int number )
x float
y float
number int
        public NumberGlyph(float x, float y, int number)
            : base(x, y)
        {
            _number = number;
        }