Cairo.Glyph.Glyph C# (CSharp) Метод

Glyph() публичный Метод

public Glyph ( long index, double x, double y ) : System
index long
x double
y double
Результат System
        public Glyph(long index, double x, double y)
        {
            this.index = index;
            this.x = x;
            this.y = y;
        }