C# Class Alsing.Windows.Forms.SyntaxBox.RowPaintEventArgs

Event args passed to owner draw events of the syntaxbox
Inheritance: EventArgs
Afficher le fichier Open project: ehasis/alsing Class Usage Examples

Méthodes publiques

Свойство Type Description
Bounds Rectangle
Graphics Graphics
Row Row

Property Details

Bounds public_oe property

the bounds of the row
public Rectangle Bounds
Résultat Rectangle

Graphics public_oe property

The graphics surface to draw on
public Graphics Graphics
Résultat Graphics

Row public_oe property

The row to draw
public Row Row
Résultat Row