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

TempoGlyph() public method

public TempoGlyph ( float x, float y, int tempo ) : AlphaTab.Platform
x float
y float
tempo int
return AlphaTab.Platform
        public TempoGlyph(float x, float y, int tempo)
            : base(x, y)
        {
            _tempo = tempo;
        }