C# 클래스 FastColoredTextBoxNS.SelectionStyle

Renderer for selection area
상속: Style
파일 보기 프로젝트 열기: samarjeet27/ynoteclassic

공개 메소드들

메소드 설명
Dispose ( ) : void
Draw ( Graphics gr, Point position, Range range ) : void
SelectionStyle ( Brush backgroundBrush ) : System

비공개 메소드들

메소드 설명
InvertColor ( Color color ) : Color

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Draw() 공개 메소드

public Draw ( Graphics gr, Point position, Range range ) : void
gr System.Drawing.Graphics
position Point
range Range
리턴 void

SelectionStyle() 공개 메소드

public SelectionStyle ( Brush backgroundBrush ) : System
backgroundBrush System.Drawing.Brush
리턴 System