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

RepeatCountGlyph() 공개 메소드

public RepeatCountGlyph ( float x, float y, int count ) : AlphaTab.Platform
x float
y float
count int
리턴 AlphaTab.Platform
        public RepeatCountGlyph(float x, float y, int count)
            : base(x, y)
        {
            _count = count;
        }