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

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

Public Properties

Property Type Description
Bounds Rectangle
Graphics Graphics
Row Row

Property Details

Bounds public_oe property

the bounds of the row
public Rectangle Bounds
return Rectangle

Graphics public_oe property

The graphics surface to draw on
public Graphics Graphics
return Graphics

Row public_oe property

The row to draw
public Row Row
return Row