C# Class HeaderPaintEventArgs, NetGanttControl

Provides data for ChartPaintEvent
Inheritance: ChartPaintEventArgs
Mostrar archivo Open project: JackWangCUMT/NetGanttControl

Public Methods

Method Description
HeaderPaintEventArgs ( Graphics, graphics, Rectangle, clipRect, Chart, chart, Font, font, HeaderFormat, format )

Initialize a new instance of HeaderPaintEventArgs with the editable default font and header format

Method Details

HeaderPaintEventArgs() public method

Initialize a new instance of HeaderPaintEventArgs with the editable default font and header format
public HeaderPaintEventArgs ( Graphics, graphics, Rectangle, clipRect, Chart, chart, Font, font, HeaderFormat, format )
graphics Graphics,
clipRect Rectangle,
chart Chart,
font Font,
format HeaderFormat,