CSPspEmu.Hle.Formats.Font.Glyph.Glyph C# (CSharp) Метод

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

public Glyph ( PGF PGF, int GlyphIndex ) : System
PGF PGF
GlyphIndex int
Результат System
        public Glyph(PGF PGF, int GlyphIndex)
        {
            this.PGF = PGF;
            this.GlyphIndex = GlyphIndex;
        }
Glyph