AlphaTab.Rendering.Glyphs.TripletFeelGlyph.TripletFeelGlyph C# (CSharp) Méthode

TripletFeelGlyph() public méthode

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