C# Class FastColoredTextBoxNS.FoldedBlockStyle

Renderer for folded block
Inheritance: TextStyle
Afficher le fichier Open project: samarjeet27/ynoteclassic

Méthodes publiques

Méthode Description
Draw ( Graphics gr, Point position, Range range ) : void
FoldedBlockStyle ( Brush foreBrush, Brush backgroundBrush, FontStyle fontStyle ) : System

Method Details

Draw() public méthode

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

FoldedBlockStyle() public méthode

public FoldedBlockStyle ( Brush foreBrush, Brush backgroundBrush, FontStyle fontStyle ) : System
foreBrush System.Drawing.Brush
backgroundBrush System.Drawing.Brush
fontStyle FontStyle
Résultat System