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

GlyphGroup() public method

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