C# 클래스 ChartPaintEventArgs, NetGanttControl

Provides data for ChartPaintEvent
상속: PaintEventArgs
파일 보기 프로젝트 열기: JackWangCUMT/NetGanttControl 1 사용 예제들

공개 메소드들

메소드 설명
ChartPaintEventArgs ( Graphics, graphics, Rectangle, clipRect, Chart, chart )

Initialize a new instance of ChartPaintEventArgs with the PaintEventArgs graphics and clip rectangle, and the chart itself.

메소드 상세

ChartPaintEventArgs() 공개 메소드

Initialize a new instance of ChartPaintEventArgs with the PaintEventArgs graphics and clip rectangle, and the chart itself.
public ChartPaintEventArgs ( Graphics, graphics, Rectangle, clipRect, Chart, chart )
graphics Graphics,
clipRect Rectangle,
chart Chart,