Overload | Description |
---|---|
DrawRoundRect(RectangleF,Pen,Pen,Pen,Pen,CornerRadius) | Draws a rounded border defined by four Pen objects and CornerRadius structure. |
DrawRoundRect(RectangleF,Single,Color,Single,DashStyle) | Draws a rounded rectangle using a specified line color, width and style.
If the value of lineStyle parameter is not DashStyle.Solid, the rounded rectangle is drawn with a Pen having Pen.LineCap set to PenLineCap.Square instead of PenLineCap.Flat. |
DrawRoundRect(RectangleF,Single,Single,Color,Single,DashStyle) | Draws a rounded rectangle using a specified line color, width and style.
If the value of lineStyle parameter is not DashStyle.Solid, the rounded rectangle is drawn with a Pen having Pen.LineCap set to PenLineCap.Square instead of PenLineCap.Flat. |
DrawRoundRect(RectangleF,Single,Color,Single,Single[]) | Draws a rounded rectangle using a specified line color, width and dash pattern.
If the dashPattern array contains two or more items, the rounded rectangle is drawn with a Pen having Pen.LineCap set to PenLineCap.Square instead of PenLineCap.Flat. |
DrawRoundRect(RectangleF,Single,Single,Color,Single,Single[]) | Draws a rounded rectangle using a specified line color, width and dash pattern.
If the dashPattern array contains two or more items, the rounded rectangle is drawn with a Pen having Pen.LineCap set to PenLineCap.Square instead of PenLineCap.Flat. |
DrawRoundRect(RectangleF,Single,Pen) | Draws a rounded rectangle using a specified pen. |
DrawRoundRect(RectangleF,Single,Single,Pen) | Draws a rounded rectangle using a specified pen. |