C# Class FastColoredTextBoxNS.SelectionStyle

Renderer for selection area
Inheritance: Style
Afficher le fichier Open project: samarjeet27/ynoteclassic

Méthodes publiques

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

Private Methods

Méthode Description
InvertColor ( Color color ) : Color

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Draw() public méthode

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

SelectionStyle() public méthode

public SelectionStyle ( Brush backgroundBrush ) : System
backgroundBrush System.Drawing.Brush
Résultat System