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

NumberGlyph() public méthode

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