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

RepeatCloseGlyph() 공개 메소드

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