C# Class FastColoredTextBoxNS.TextStyle

Style for chars rendering This renderer can draws chars, with defined fore and back colors
Inheritance: Style
Afficher le fichier Open project: samarjeet27/ynoteclassic Class Usage Examples

Méthodes publiques

Свойство Type Description
stringFormat System.Drawing.StringFormat

Méthodes publiques

Méthode Description
Dispose ( ) : void
Draw ( Graphics gr, Point position, Range range ) : void
GetCSS ( ) : string
GetRTF ( ) : RTFStyleDescriptor
TextStyle ( Brush foreBrush, Brush backgroundBrush, FontStyle fontStyle ) : 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

GetRTF() public méthode

public GetRTF ( ) : RTFStyleDescriptor
Résultat RTFStyleDescriptor

TextStyle() public méthode

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

Property Details

stringFormat public_oe property

public StringFormat,System.Drawing stringFormat
Résultat System.Drawing.StringFormat