C# Class Itenso.Rtf.Model.RtfColor

Inheritance: IRtfColor
Afficher le fichier Open project: Shereef/RTF-to-HTML-Converter-Class-Library-DLL

Méthodes publiques

Свойство Type Description
Black IRtfColor
White IRtfColor

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
RtfColor ( int red, int green, int blue ) : System.Drawing
ToString ( ) : string

Private Methods

Méthode Description
ComputeHashCode ( ) : int
IsEqual ( object obj ) : bool

Method Details

Equals() public méthode

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

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

RtfColor() public méthode

public RtfColor ( int red, int green, int blue ) : System.Drawing
red int
green int
blue int
Résultat System.Drawing

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

Black public_oe static_oe property

public static IRtfColor Black
Résultat IRtfColor

White public_oe static_oe property

public static IRtfColor White
Résultat IRtfColor