DrawCircle Method
DrawCircle(Pen, Point, Double)
Draws an circle specified by a center Point and a radius.
Declaration
public void DrawCircle(Pen pen, Point center, double radius)
Parameters
Type | Name | Description |
---|---|---|
Pen | pen | Pen that determines the color, width, and style of the circle. |
Point | center | Point structure that defines the center of the circle. |
System.Double | radius | Defines the radius of the circle. |