C# 클래스 Itenso.Rtf.Model.RtfColor

상속: IRtfColor
파일 보기 프로젝트 열기: Shereef/RTF-to-HTML-Converter-Class-Library-DLL

공개 프로퍼티들

프로퍼티 타입 설명
Black IRtfColor
White IRtfColor

공개 메소드들

메소드 설명
Equals ( object obj ) : bool
GetHashCode ( ) : int
RtfColor ( int red, int green, int blue ) : System.Drawing
ToString ( ) : string

비공개 메소드들

메소드 설명
ComputeHashCode ( ) : int
IsEqual ( object obj ) : bool

메소드 상세

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

RtfColor() 공개 메소드

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

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

Black 공개적으로 정적으로 프로퍼티

public static IRtfColor Black
리턴 IRtfColor

White 공개적으로 정적으로 프로퍼티

public static IRtfColor White
리턴 IRtfColor