C# 클래스 TaskPaintEventArgs, NetGanttControl

Provides data for TaskPaintEvent
상속: ChartPaintEventArgs
파일 보기 프로젝트 열기: JackWangCUMT/NetGanttControl

공개 메소드들

메소드 설명
TaskPaintEventArgs ( Graphics, graphics, Rectangle, clipRect, Chart, chart, Task, task, int row, bool critical, Font, font, TaskFormat, format )

Initialize a new instance of TaskPaintEventArgs with the editable default font and task paint format

메소드 상세

TaskPaintEventArgs() 공개 메소드

Initialize a new instance of TaskPaintEventArgs with the editable default font and task paint format
public TaskPaintEventArgs ( Graphics, graphics, Rectangle, clipRect, Chart, chart, Task, task, int row, bool critical, Font, font, TaskFormat, format )
graphics Graphics,
clipRect Rectangle,
chart Chart,
task Task,
row int
critical bool
font Font,
format TaskFormat,