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

ScoreSlideLineGlyph() public method

public ScoreSlideLineGlyph ( SlideType type, Note startNote, BeatContainerGlyph parent ) : AlphaTab.Model
type SlideType
startNote AlphaTab.Model.Note
parent BeatContainerGlyph
return AlphaTab.Model
        public ScoreSlideLineGlyph(SlideType type, Note startNote, BeatContainerGlyph parent)
            : base(0, 0)
        {
            _type = type;
            _startNote = startNote;
            _parent = parent;
        }