'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 PaintWeekDayNameEventArgs(graphics, clipRectangle)
public PaintWeekDayNameEventArgs( Graphics graphics, Rectangle clipRectangle )
Parameters
- graphics
- The System.Drawing.Graphics object used to paint.
- clipRectangle
- A System.Drawing.Rectangle representing the surface of the weekday name to paint.