ComponentOne Menus and Toolbars for WinForms
DrawBarEventArgs Constructor

C1.Win.C1Command.4 Assembly > C1.Win.C1Command Namespace > DrawBarEventArgs Class : DrawBarEventArgs Constructor
The Graphics object to draw on.
The bounding rectangle of the bar
The graphics path bounding the bar
Flag indicating whether the user completed the drawing.
Initializes a new instance of the DrawBarEventArgs class
Syntax
'Declaration
 
Public Function New( _
   ByVal graphics As System.Drawing.Graphics, _
   ByVal bounds As System.Drawing.Rectangle, _
   ByVal path As System.Drawing.Drawing2D.GraphicsPath, _
   ByVal done As System.Boolean _
)
public DrawBarEventArgs( 
   System.Drawing.Graphics graphics,
   System.Drawing.Rectangle bounds,
   System.Drawing.Drawing2D.GraphicsPath path,
   System.bool done
)

Parameters

graphics
The Graphics object to draw on.
bounds
The bounding rectangle of the bar
path
The graphics path bounding the bar
done
Flag indicating whether the user completed the drawing.
See Also

Reference

DrawBarEventArgs Class
DrawBarEventArgs Members