PaintEllipse Method (RawDeviceContext)
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 Sub PaintEllipse( _
ByVal As Rectangle _
)
public void PaintEllipse(
Rectangle
)
Parameters
- rectangle
- A System.Drawing.Rectangle indicates the bounding rectangle.
See Also