C# Class Itenso.Rtf.Model.RtfColor

Inheritance: IRtfColor
Mostra file Open project: Shereef/RTF-to-HTML-Converter-Class-Library-DLL

Public Properties

Property Type Description
Black IRtfColor
White IRtfColor

Public Methods

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

Private Methods

Method Description
ComputeHashCode ( ) : int
IsEqual ( object obj ) : bool

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

RtfColor() public method

public RtfColor ( int red, int green, int blue ) : System.Drawing
red int
green int
blue int
return System.Drawing

ToString() public method

public ToString ( ) : string
return string

Property Details

Black public_oe static_oe property

public static IRtfColor Black
return IRtfColor

White public_oe static_oe property

public static IRtfColor White
return IRtfColor