C# Class Alsing.Drawing.GDI.GDIFont

Inheritance: GDIObject
Afficher le fichier Open project: vchelaru/FlatRedBall Class Usage Examples

Méthodes publiques

Свойство Type Description
Bold bool
Charset byte
FontName string
Italic bool
Size float
Strikethrough bool
Underline bool
hFont System.IntPtr

Méthodes publiques

Méthode Description
GDIFont ( ) : System
GDIFont ( string fontname, float size ) : System
GDIFont ( string fontname, float size, bool bold, bool italic, bool underline, bool strikethrough ) : System

Méthodes protégées

Méthode Description
Destroy ( ) : void
Init ( string fontname, float size, bool bold, bool italic, bool underline, bool strikethrough ) : void

Method Details

Destroy() protected méthode

protected Destroy ( ) : void
Résultat void

GDIFont() public méthode

public GDIFont ( ) : System
Résultat System

GDIFont() public méthode

public GDIFont ( string fontname, float size ) : System
fontname string
size float
Résultat System

GDIFont() public méthode

public GDIFont ( string fontname, float size, bool bold, bool italic, bool underline, bool strikethrough ) : System
fontname string
size float
bold bool
italic bool
underline bool
strikethrough bool
Résultat System

Init() protected méthode

protected Init ( string fontname, float size, bool bold, bool italic, bool underline, bool strikethrough ) : void
fontname string
size float
bold bool
italic bool
underline bool
strikethrough bool
Résultat void

Property Details

Bold public_oe property

public bool Bold
Résultat bool

Charset public_oe property

public byte Charset
Résultat byte

FontName public_oe property

public string FontName
Résultat string

Italic public_oe property

public bool Italic
Résultat bool

Size public_oe property

public float Size
Résultat float

Strikethrough public_oe property

public bool Strikethrough
Résultat bool

Underline public_oe property

public bool Underline
Résultat bool

hFont public_oe property

public IntPtr,System hFont
Résultat System.IntPtr