パラメータ
- bounds
- A System.Drawing.RectangleF structure that specifies the ellipse to draw.
- lineColor
- The color of lines used to draw the ellipse.
- lineWidth
- The width of lines used to draw the ellipse.
- lineStyle
- The line style (solid by default).
If the value of lineStyle parameter is not DashStyle.Solid, the ellipse is drawn with a Pen having Pen.LineCap set to PenLineCap.Square instead of PenLineCap.Flat.