C# Class FastColoredTextBoxNS.SelectionStyle

Renderer for selection area
Inheritance: Style
显示文件 Open project: samarjeet27/ynoteclassic

Public Methods

Method Description
Dispose ( ) : void
Draw ( Graphics gr, Point position, Range range ) : void
SelectionStyle ( Brush backgroundBrush ) : System

Private Methods

Method Description
InvertColor ( Color color ) : Color

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Draw() public method

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

SelectionStyle() public method

public SelectionStyle ( Brush backgroundBrush ) : System
backgroundBrush System.Drawing.Brush
return System