QuickFont.QFontGlyph.QFontGlyph C# (CSharp) Метод

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

public QFontGlyph ( int page, Rectangle rect, int yOffset, char character ) : System
page int
rect System.Drawing.Rectangle
yOffset int
character char
Результат System
        public QFontGlyph(int page, Rectangle rect, int yOffset, char character)
        {
            this.page = page;
            this.rect = rect;
            this.yOffset = yOffset;
            this.character = character;
        }
    }
QFontGlyph