C# Class FastColoredTextBoxNS.MarkerStyle

Marker style Draws background color for text
Inheritance: Style
Afficher le fichier Open project: samarjeet27/ynoteclassic Class Usage Examples

Méthodes publiques

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

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

GetCSS() public méthode

public GetCSS ( ) : string
Résultat string

MarkerStyle() public méthode

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