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

Glyph() public method

public Glyph ( float x, float y ) : AlphaTab.Platform
x float
y float
return AlphaTab.Platform
        public Glyph(float x, float y)
        {
            X = x;
            Y = y;
        }