'Declaration
Public Overloads Sub FillRectangle( _
ByVal brush As System.Drawing.Brush, _
ByVal rect As System.Drawing.Rectangle, _
ByVal corner As System.Drawing.Size _
)
public void FillRectangle(
System.Drawing.Brush brush,
System.Drawing.Rectangle rect,
System.Drawing.Size corner
)
Parameters
brush
System.Drawing.Brush object that determines the characteristics of the fill.
rect
System.Drawing.Rectangle structure that represents the rectangle to fill.
corner
Size of the ellipse used to decide the round corners of the rectangle.