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

ScoreRestGlyph() 공개 메소드

public ScoreRestGlyph ( float x, float y, Duration duration ) : AlphaTab.Model
x float
y float
duration Duration
리턴 AlphaTab.Model
        public ScoreRestGlyph(float x, float y, Duration duration)
            : base(x, y, 1, GetSymbol(duration))
        {
            _duration = duration;
        }