C# Class lw_common.font_info

Afficher le fichier Open project: jtorjo/logwizard Class Usage Examples

Méthodes publiques

Свойство Type Description
fg Color
match_fg Color

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
ToString ( ) : string
copy ( ) : font_info
copy_from ( font_info other ) : void
merge ( font_info other ) : void
operator ( ) : bool

Méthodes protégées

Méthode Description
Equals ( font_info other ) : bool

Method Details

Equals() protected méthode

protected Equals ( font_info other ) : bool
other font_info
Résultat bool

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

ToString() public méthode

public ToString ( ) : string
Résultat string

copy() public méthode

public copy ( ) : font_info
Résultat font_info

copy_from() public méthode

public copy_from ( font_info other ) : void
other font_info
Résultat void

merge() public méthode

public merge ( font_info other ) : void
other font_info
Résultat void

operator() public static méthode

public static operator ( ) : bool
Résultat bool

Property Details

fg public_oe property

public Color fg
Résultat Color

match_fg public_oe property

public Color match_fg
Résultat Color