PaintEllipse Method (CompatibleDeviceContext)
In This Topic
Paints an ellipse. The center of the ellipse is the center of the specified bounding rectangle. The ellipse is outlined by using the current pen and is filled by using the current brush.
Syntax
'Declaration
Public Overridable Sub PaintEllipse( _
ByVal As Rectangle _
)
public virtual void PaintEllipse(
Rectangle
)
Parameters
- rectangle
- A System.Drawing.Rectangle indicates the bounding rectangle.
See Also