| Visual Basic (Declaration) | |
|---|---|
Overloads Sub DrawEllipse( _ ByVal pen As PenEx, _ ByVal rect As RectangleFEx _ ) | |
| C# | |
|---|---|
void DrawEllipse( PenEx pen, RectangleFEx rect ) | |
Parameters
- pen
- The pen to draw the ellipse with.
- rect
- The bounding rectangle of the ellipse to draw.