C# Class RelationPaintEventArgs, NetGanttControl

Provides data for RelationPaintEvent
Inheritance: ChartPaintEventArgs
Exibir arquivo Open project: JackWangCUMT/NetGanttControl

Public Methods

Method Description
RelationPaintEventArgs ( Graphics, graphics, Rectangle, clipRect, Chart, chart, Task, before, Task, after, RelationFormat, format )

Initialize a new instance of RelationPaintEventArgs with the editable default font and relation paint format

Method Details

RelationPaintEventArgs() public method

Initialize a new instance of RelationPaintEventArgs with the editable default font and relation paint format
public RelationPaintEventArgs ( Graphics, graphics, Rectangle, clipRect, Chart, chart, Task, before, Task, after, RelationFormat, format )
graphics Graphics,
clipRect Rectangle,
chart Chart,
before Task,
after Task,
format RelationFormat,