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

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

Public Properties

Property Type Description
Bounds Rectangle
Graphics Graphics
Row Row

Property Details

Bounds public property

the bounds of the row
public Rectangle Bounds
return Rectangle

Graphics public property

The graphics surface to draw on
public Graphics Graphics
return Graphics

Row public property

The row to draw
public Row Row
return Row