[]
        
(Showing Draft Content)

C1.Win.Command.DrawFloatingCaptionEventArgs.-ctor

DrawFloatingCaptionEventArgs Constructor

DrawFloatingCaptionEventArgs(Graphics, Rectangle, bool)

Initializes a new instance of the DrawFloatingCaptionEventArgs class

Declaration
public DrawFloatingCaptionEventArgs(Graphics graphics, Rectangle bounds, bool done)
Public Sub New(graphics As Graphics, bounds As Rectangle, done As Boolean)
Parameters
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.