[]
Initializes a new instance of the DrawFloatingCaptionEventArgs class
public DrawFloatingCaptionEventArgs(Graphics graphics, Rectangle bounds, bool done)
Type | Name | Description |
---|---|---|
Graphics | graphics | The Graphics object to draw on. |
Rectangle | bounds | The bounding rectangle of the floating caption. |
bool | done | Flag indicating whether the user completed the drawing. |