'Declaration Public Function New( _ ByVal graphics As System.Drawing.Graphics, _ ByVal link As C1CommandLink, _ ByVal bounds As System.Drawing.Rectangle, _ ByVal done As System.Boolean _ )
public DrawLinkEventArgs( System.Drawing.Graphics graphics, C1CommandLink link, System.Drawing.Rectangle bounds, System.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.