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

TripletFeelGlyph() public method

public TripletFeelGlyph ( TripletFeel tripletFeel ) : System
tripletFeel TripletFeel
return System
        public TripletFeelGlyph(TripletFeel tripletFeel)
            : base(0, 0)
        {
            _tripletFeel = tripletFeel;
        }