C# 클래스 FastColoredTextBoxNS.FoldedBlockStyle

Renderer for folded block
상속: TextStyle
파일 보기 프로젝트 열기: samarjeet27/ynoteclassic

공개 메소드들

메소드 설명
Draw ( Graphics gr, Point position, Range range ) : void
FoldedBlockStyle ( Brush foreBrush, Brush backgroundBrush, FontStyle fontStyle ) : System

메소드 상세

Draw() 공개 메소드

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

FoldedBlockStyle() 공개 메소드

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