Xceed Grid for WinForms v4.3 Documentation
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.


In This Topic
    PaintWeekDayNameEventArgs Constructor
    In This Topic
    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