C# Class FastColoredTextBoxNS.FoldedBlockStyle

Renderer for folded block
Inheritance: TextStyle
显示文件 Open project: samarjeet27/ynoteclassic

Public Methods

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

Method Details

Draw() public method

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

FoldedBlockStyle() public method

public FoldedBlockStyle ( Brush foreBrush, Brush backgroundBrush, FontStyle fontStyle ) : System
foreBrush System.Drawing.Brush
backgroundBrush System.Drawing.Brush
fontStyle FontStyle
return System