'Declaration Public Sub DrawRectangle( _ ByVal borderColor As Color, _ ByVal rectangle As Rectangle _ )
'Usage Dim instance As SmartPaint Dim borderColor As Color Dim rectangle As Rectangle instance.DrawRectangle(borderColor, rectangle)
public void DrawRectangle( Color borderColor, Rectangle rectangle )
Parameters
- borderColor
- A System.Drawing.Color structure representing the color of the rectangles border.
- rectangle
- A System.Drawing.Rectangle structure representing the rectangle to draw.