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

RideCymbalGlyph() public method

public RideCymbalGlyph ( float x, float y, bool isGrace )
x float
y float
isGrace bool
        public RideCymbalGlyph(float x, float y, bool isGrace)
            : base(x, y, isGrace ? NoteHeadGlyph.GraceScale : 1, MusicFontSymbol.NoteRideCymbal)
        {
            _isGrace = isGrace;
        }