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

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

    Parameters

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