绘制圆角矩形
RoundRect
01 Syntax
Microsoft.VisualBasic.Imaging.Drawing2D.Shapes.RoundRect
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| Draw | 1 |
03 Members
Draw(
IGraphics, PointF, SizeF, Int32, Brush, Stroke)Parameters
| Name | Type | Description |
|---|---|---|
g | IGraphics | - |
topLeft | PointF | - |
size | SizeF | - |
radius | Int32 | - |
br | Brush | If the brush value is not nothing, then this plot function will use this brush value fill the background |
border | Stroke | - |