'Declaration Public Sub DrawProgressBar( _ ByVal rectangle As Rectangle, _ ByVal percent As Double _ )
'Usage Dim instance As SmartPaint Dim rectangle As Rectangle Dim percent As Double instance.DrawProgressBar(rectangle, percent)
Parameters
- rectangle
- A System.Drawing.Rectangle structure representing the rectangle in which to draw the progress bar.
- percent
- A value representing the value of the progress bar.