'Declaration Public Sub DrawBorder( _ ByVal leftTopColor As Color, _ ByVal rightBottomColor As Color, _ ByVal rectangle As Rectangle _ )
'Usage Dim instance As SmartPaint Dim leftTopColor As Color Dim rightBottomColor As Color Dim rectangle As Rectangle instance.DrawBorder(leftTopColor, rightBottomColor, rectangle)
public void DrawBorder( Color leftTopColor, Color rightBottomColor, Rectangle rectangle )
Parameters
- leftTopColor
- A System.Drawing.Color structure representing the top and left color of the border.
- rightBottomColor
- A System.Drawing.Color structure representing the bottom and right color of the border.
- rectangle
- A System.Drawing.Rectangle structure representing the rectangle for which to draw the border.