DashboardLayout for WinForms | ComponentOne
C1.Win.C1SplitContainer Namespace / DrawHeaderEventArgs Class / DrawHeaderEventArgs Constructor

In This Topic
    DrawHeaderEventArgs Constructor
    In This Topic
    Initializes a new instance of a DrawHeaderEventArgs.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal graphics As Graphics, _
       ByVal bounds As Rectangle _
    )
    public DrawHeaderEventArgs( 
       Graphics graphics,
       Rectangle bounds
    )

    Parameters

    graphics
    bounds
    See Also