Alsing.Drawing.GDI.GDIFont.GDIFont C# (CSharp) Method

GDIFont() public method

public GDIFont ( ) : System
return System
        public GDIFont()
        {
            Create();
        }

Same methods

GDIFont::GDIFont ( string fontname, float size ) : System
GDIFont::GDIFont ( string fontname, float size, bool bold, bool italic, bool underline, bool strikethrough ) : System