DrawEllipse(RectangleF,Pen) Method
In This Topic
Draws an ellipse using a specified pen.
Syntax
'Declaration
Public Overloads Sub DrawEllipse( _
ByVal As System.Drawing.RectangleF, _
ByVal As Pen _
)
public void DrawEllipse(
System.Drawing.RectangleF ,
Pen
)
Parameters
- bounds
- A System.Drawing.RectangleF structure that specifies the ellipse to draw.
- pen
- The pen used to draw the ellipse.
See Also