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

BendGlyph() public method

public BendGlyph ( Note n, float bendValueHeight ) : System
n AlphaTab.Model.Note
bendValueHeight float
return System
        public BendGlyph(Note n, float bendValueHeight)
            : base(0, 0)
        {
            _note = n;
            _bendValueHeight = bendValueHeight;
        }