Xceed Grid for WinForms v4.3 Documentation
Xceed.Editors.v2.6 Assembly / Xceed.Editors Namespace / PaintDayEventArgs Class / PaintDayEventArgs Constructor
The System.Drawing.Graphics object used to paint.
A System.Drawing.Rectangle representing the surface of the day to paint.


In This Topic
    PaintDayEventArgs Constructor
    In This Topic
    Initializes a new instance of the PaintDayEventArgs 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 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.
    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