C# 클래스 ICSharpCode.TextEditor.Document.HighlightColor

A color used for highlighting
파일 보기 프로젝트 열기: Clancey/MonoMac.Windows.Form 1 사용 예제들

공개 메소드들

메소드 설명
GetFont ( FontContainer fontContainer ) : Font
HighlightColor ( Color color, Color backgroundcolor, bool bold, bool italic ) : System

Creates a new instance of HighlightColor

HighlightColor ( Color color, bool bold, bool italic ) : System

Creates a new instance of HighlightColor

HighlightColor ( XmlElement el ) : System

Creates a new instance of HighlightColor

HighlightColor ( XmlElement el, HighlightColor defaultColor ) : System

Creates a new instance of HighlightColor

HighlightColor ( string systemColor, bool bold, bool italic ) : System

Creates a new instance of HighlightColor

HighlightColor ( string systemColor, string systemBackgroundColor, bool bold, bool italic ) : System

Creates a new instance of HighlightColor

ToString ( ) : string

Converts a HighlightColor instance to string (for debug purposes)

비공개 메소드들

메소드 설명
ParseColor ( string c ) : Color
ParseColorString ( string colorName ) : Color

메소드 상세

GetFont() 공개 메소드

public GetFont ( FontContainer fontContainer ) : Font
fontContainer FontContainer
리턴 System.Drawing.Font

HighlightColor() 공개 메소드

Creates a new instance of HighlightColor
public HighlightColor ( Color color, Color backgroundcolor, bool bold, bool italic ) : System
color Color
backgroundcolor Color
bold bool
italic bool
리턴 System

HighlightColor() 공개 메소드

Creates a new instance of HighlightColor
public HighlightColor ( Color color, bool bold, bool italic ) : System
color Color
bold bool
italic bool
리턴 System

HighlightColor() 공개 메소드

Creates a new instance of HighlightColor
public HighlightColor ( XmlElement el ) : System
el System.Xml.XmlElement
리턴 System

HighlightColor() 공개 메소드

Creates a new instance of HighlightColor
public HighlightColor ( XmlElement el, HighlightColor defaultColor ) : System
el System.Xml.XmlElement
defaultColor HighlightColor
리턴 System

HighlightColor() 공개 메소드

Creates a new instance of HighlightColor
public HighlightColor ( string systemColor, bool bold, bool italic ) : System
systemColor string
bold bool
italic bool
리턴 System

HighlightColor() 공개 메소드

Creates a new instance of HighlightColor
public HighlightColor ( string systemColor, string systemBackgroundColor, bool bold, bool italic ) : System
systemColor string
systemBackgroundColor string
bold bool
italic bool
리턴 System

ToString() 공개 메소드

Converts a HighlightColor instance to string (for debug purposes)
public ToString ( ) : string
리턴 string