Xceed Grid for WinForms v4.3 Documentation
PaintWeekDayNameEventArgs Constructor


Xceed.Editors.v2.6 Assembly > Xceed.Editors Namespace > PaintWeekDayNameEventArgs Class : PaintWeekDayNameEventArgs Constructor
The System.Drawing.Graphics object used to paint.
A System.Drawing.Rectangle representing the surface of the weekday name to paint.
Initializes a new instance of the PaintWeekDayNameEventArgs class.
Syntax
'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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PaintWeekDayNameEventArgs Class
PaintWeekDayNameEventArgs Members