[]
        
(Showing Draft Content)

C1.Win.Command.DrawBarEventArgs.-ctor

DrawBarEventArgs Constructor

DrawBarEventArgs(Graphics, Rectangle, GraphicsPath, bool)

Initializes a new instance of the DrawBarEventArgs class

Declaration
public DrawBarEventArgs(Graphics graphics, Rectangle bounds, GraphicsPath path, bool done)
Parameters
Type Name Description
Graphics graphics

The Graphics object to draw on.

Rectangle bounds

The bounding rectangle of the bar

GraphicsPath path

The graphics path bounding the bar

bool done

Flag indicating whether the user completed the drawing.