AlphaTab.Rendering.Glyphs.RideCymbalGlyph.RideCymbalGlyph C# (CSharp) 메소드

RideCymbalGlyph() 공개 메소드

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;
        }