System::Drawing::Drawing2D::GraphicsPath::AddEllipse メソッド
コンテンツ
[
隠れる
]GraphicsPath::AddEllipse(const Rectangle&) method
指定された楕円を、現在のオブジェクトが表すパスに追加します。
void System::Drawing::Drawing2D::GraphicsPath::AddEllipse(const Rectangle &rect)
| パラメーター | 型 | 説明 |
|---|---|---|
| rect | const Rectangle& | 追加する楕円を囲む矩形を指定します |
参照
- Class Rectangle
- Class GraphicsPath
- Namespace System::Drawing::Drawing2D
- Library Aspose.Page for C++
GraphicsPath::AddEllipse(const RectangleF&) method
指定された楕円を、現在のオブジェクトが表すパスに追加します。
void System::Drawing::Drawing2D::GraphicsPath::AddEllipse(const RectangleF &rect)
| パラメーター | 型 | 説明 |
|---|---|---|
| rect | const RectangleF& | 追加する楕円を囲む矩形を指定します |
参照
- Class RectangleF
- Class GraphicsPath
- Namespace System::Drawing::Drawing2D
- Library Aspose.Page for C++
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 | 単精度浮動小数点数 | 追加する楕円を囲む矩形の高さ |
参照
- Class GraphicsPath
- Namespace System::Drawing::Drawing2D
- Library Aspose.Page for C++
GraphicsPath::AddEllipse(int, int, int, int) method
指定された楕円を、現在のオブジェクトが表すパスに追加します。
void System::Drawing::Drawing2D::GraphicsPath::AddEllipse(int x, int y, int width, int height)
| パラメーター | 型 | 説明 |
|---|---|---|
| x | int | 追加する楕円を囲む矩形の左上隅の X 座標 |
| y | int | 追加する楕円を囲む矩形の左上隅の Y 座標 |
| width | int | 追加する楕円を囲む矩形の幅 |
| height | int | 追加する楕円を囲む矩形の高さ |
参照
- Class GraphicsPath
- Namespace System::Drawing::Drawing2D
- Library Aspose.Page for C++