C# 클래스 Nitra.Visualizer.SimpleHighlightingBrush

상속: ICSharpCode.AvalonEdit.Highlighting.HighlightingBrush
파일 보기 프로젝트 열기: rsdn/nitra

공개 메소드들

메소드 설명
GetBrush ( ITextRunConstructionContext context ) : System.Windows.Media.Brush
SimpleHighlightingBrush ( Color color ) : System
SimpleHighlightingBrush ( SolidColorBrush brush ) : System
ToString ( ) : string

메소드 상세

GetBrush() 공개 메소드

public GetBrush ( ITextRunConstructionContext context ) : System.Windows.Media.Brush
context ITextRunConstructionContext
리턴 System.Windows.Media.Brush

SimpleHighlightingBrush() 공개 메소드

public SimpleHighlightingBrush ( Color color ) : System
color Color
리턴 System

SimpleHighlightingBrush() 공개 메소드

public SimpleHighlightingBrush ( SolidColorBrush brush ) : System
brush System.Windows.Media.SolidColorBrush
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string