[]
        
(Showing Draft Content)

C1.Win.C1Command.DrawLinkEventArgs.-ctor

DrawLinkEventArgs Constructor

Initializes a new instance of the DrawLinkEventArgs class

Declaration
public DrawLinkEventArgs(Graphics graphics, C1CommandLink link, Rectangle bounds, bool done)
Parameters
Type Name Description
Graphics graphics

The Graphics object to draw on.

C1CommandLink link

The command link to draw.

Rectangle bounds

The bounding rectangle of the link.

bool done

Flag indicating whether the user completed the drawing.