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

Glyph() 공개 메소드

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