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

RepeatCountGlyph() public method

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