'Usage Dim instance As SmartPaint Dim color As Color Dim rectangle As Rectangle instance.FillRectangle(color, rectangle)
Parameters
- color
- A System.Drawing.Color structure representing the color that will be used to fill the rectangle.
- rectangle
- A System.Drawing.Rectangle structure representing the rectangle to fill.