Graphics.DrawEllipse

DrawEllipse(Pen, RectangleF)

绘制由边界定义的椭圆RectangleF .

public void DrawEllipse(Pen pen, RectangleF rect)
范围类型描述
penPenPen确定椭圆的颜色、宽度和样式。
rectRectangleFRectangleF定义椭圆边界的结构。

例外

例外(健康)状况
ArgumentNullExceptionpen一片空白。

也可以看看


DrawEllipse(Pen, float, float, float, float)

绘制由一对坐标、高度和宽度指定的边界矩形定义的椭圆。

public void DrawEllipse(Pen pen, float x, float y, float width, float height)
范围类型描述
penPenPen确定椭圆的颜色、宽度和样式。
xSingle定义椭圆的边界矩形左上角的 x 坐标。
ySingle定义椭圆的边界矩形左上角的 y 坐标。
widthSingle定义椭圆的边界矩形的宽度。
heightSingle定义椭圆的边界矩形的高度。

例外

例外(健康)状况
ArgumentNullExceptionpen一片空白。

也可以看看


DrawEllipse(Pen, Rectangle)

绘制由边界指定的椭圆Rectangle结构.

public void DrawEllipse(Pen pen, Rectangle rect)
范围类型描述
penPenPen确定椭圆的颜色、宽度和样式。
rectRectangleRectangle定义椭圆边界的结构。

例外

例外(健康)状况
ArgumentNullExceptionpen一片空白。

也可以看看


DrawEllipse(Pen, int, int, int, int)

绘制由一对坐标、高度和宽度指定的边界矩形定义的椭圆。

public void DrawEllipse(Pen pen, int x, int y, int width, int height)
范围类型描述
penPenPen确定椭圆的颜色、宽度和样式。
xInt32定义椭圆的边界矩形左上角的 x 坐标。
yInt32定义椭圆的边界矩形左上角的 y 坐标。
widthInt32定义椭圆的边界矩形的宽度。
heightInt32定义椭圆的边界矩形的高度。

例外

例外(健康)状况
ArgumentNullExceptionpen一片空白。

也可以看看