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

RepeatCloseGlyph() public method

public RepeatCloseGlyph ( float x, float y ) : AlphaTab.Platform
x float
y float
return AlphaTab.Platform
        public RepeatCloseGlyph(float x, float y)
            : base(x, y)
        {
        }