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

GlyphGroup() 공개 메소드

public GlyphGroup ( float x, float y ) : System
x float
y float
리턴 System
        public GlyphGroup(float x, float y)
            : base(x, y)
        {
        }