'Declaration Public Sub DrawDottedRectangle( _ ByVal color1 As Color, _ ByVal color2 As Color, _ ByVal rectangle As Rectangle _ )
'Usage Dim instance As SmartPaint Dim color1 As Color Dim color2 As Color Dim rectangle As Rectangle instance.DrawDottedRectangle(color1, color2, rectangle)
Parameters
- color1
- A System.Drawing.Color structure representing the background color of the dotted rectangle.
- color2
- A System.Drawing.Color structure representing the foreground color of the dotted rectangle.
- rectangle
- A System.Drawing.Rectangle structure representing the rectangle for which to draw the dotted rectangle.