[]
Initializes a new instance of the DrawLinkEventArgs class
public DrawLinkEventArgs(Graphics graphics, C1CommandLink link, Rectangle bounds, bool done)
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. |