Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / DrawBarEventArgs Class / DrawBarEventArgs Constructor
The Graphics object to draw on.
The bounding rectangle of the bar
The graphics path bounding the bar
Flag indicating whether the user completed the drawing.

In This Topic
    DrawBarEventArgs Constructor
    In This Topic
    Initializes a new instance of the DrawBarEventArgs class
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal graphics As Graphics, _
       ByVal bounds As Rectangle, _
       ByVal path As GraphicsPath, _
       ByVal done As Boolean _
    )
    public DrawBarEventArgs( 
       Graphics graphics,
       Rectangle bounds,
       GraphicsPath path,
       bool done
    )

    Parameters

    graphics
    The Graphics object to draw on.
    bounds
    The bounding rectangle of the bar
    path
    The graphics path bounding the bar
    done
    Flag indicating whether the user completed the drawing.
    See Also