Draws an ellipse using a specified pen.
シンタックス
'宣言
Public Overloads Sub DrawEllipse( _
ByVal As System.Drawing.RectangleF, _
ByVal As Pen _
)
public void DrawEllipse(
System.Drawing.RectangleF ,
Pen
)
パラメータ
- bounds
- A System.Drawing.RectangleF structure that specifies the ellipse to draw.
- pen
- The pen used to draw the ellipse.
参照