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

VibratoGlyph() public method

public VibratoGlyph ( float x, float y, float scale = 1.2f ) : System
x float
y float
scale float
return System
        public VibratoGlyph(float x, float y, float scale = 1.2f)
            : base(BeatXPosition.EndBeat)
        {
            _scale = scale;
            X = x;
            Y = y;
        }