System::Drawing::Drawing2D::GraphicsPath::AddEllipse メソッド

GraphicsPath::AddEllipse(const Rectangle&) method

指定された楕円を、現在のオブジェクトが表すパスに追加します。

void System::Drawing::Drawing2D::GraphicsPath::AddEllipse(const Rectangle &rect)
パラメーター説明
rectconst Rectangle&追加する楕円を囲む矩形を指定します

参照

GraphicsPath::AddEllipse(const RectangleF&) method

指定された楕円を、現在のオブジェクトが表すパスに追加します。

void System::Drawing::Drawing2D::GraphicsPath::AddEllipse(const RectangleF &rect)
パラメーター説明
rectconst RectangleF&追加する楕円を囲む矩形を指定します

参照

GraphicsPath::AddEllipse(float, float, float, float) method

指定された楕円を、現在のオブジェクトが表すパスに追加します。

void System::Drawing::Drawing2D::GraphicsPath::AddEllipse(float x, float y, float width, float height)
パラメーター説明
x単精度浮動小数点数追加する楕円を囲む矩形の左上隅の X 座標
y単精度浮動小数点数追加する楕円を囲む矩形の左上隅の Y 座標
width単精度浮動小数点数追加する楕円を囲む矩形の幅
height単精度浮動小数点数追加する楕円を囲む矩形の高さ

参照

GraphicsPath::AddEllipse(int, int, int, int) method

指定された楕円を、現在のオブジェクトが表すパスに追加します。

void System::Drawing::Drawing2D::GraphicsPath::AddEllipse(int x, int y, int width, int height)
パラメーター説明
xint追加する楕円を囲む矩形の左上隅の X 座標
yint追加する楕円を囲む矩形の左上隅の Y 座標
widthint追加する楕円を囲む矩形の幅
heightint追加する楕円を囲む矩形の高さ

参照