'Declaration Public Function New( _ ByVal graphics As Graphics, _ ByVal clipRectangle As Rectangle _ )
'Usage Dim graphics As Graphics Dim clipRectangle As Rectangle Dim instance As New PaintDayEventArgs(graphics, clipRectangle)
public PaintDayEventArgs( Graphics graphics, Rectangle clipRectangle )
Parameters
- graphics
- The System.Drawing.Graphics object used to paint.
- clipRectangle
- A System.Drawing.Rectangle representing the surface of the day to paint.