DrawEllipse(Pen, Rectangle)
|
pen, rect
|
Draws an ellipse specified by a bounding Rectangle structure.
|
DrawEllipse(Pen, RectangleF)
|
pen, rect
|
Draws an ellipse specified by a bounding RectangleF structure.
|
DrawEllipse(Int32, Int32, Int32, Int32, Color, Int32)
|
x, y, width, height, color, penWidth
|
Draws an ellipse defined by a bounding rectangle specified by the rectangle upper-left corner coordinates, a height, and a width.
|
DrawEllipse(Single, Single, Single, Single, Color, Int32)
|
x, y, width, height, color, penWidth
|
Draws an ellipse defined by a bounding rectangle specified by a coordinate pair, a height, and a width.
|