System::Drawing::Graphics::DrawEllipse メソッド
コンテンツ
[
隠れる
]Graphics::DrawEllipse(const SharedPtr<Pen>&, float, float, float, float) method
現在のオブジェクトが表すサーフェス上に、指定されたペンを使用して指定された楕円を描画します。
void System::Drawing::Graphics::DrawEllipse(const SharedPtr<Pen> &pen, float x, float y, float width, float height)
| パラメーター | 型 | 説明 |
|---|---|---|
| ペン | const SharedPtr<Pen>& | 楕円を描画する際に使用するペン |
| x | 単精度浮動小数点数 | 楕円を定義する矩形の左上隅の X 座標 |
| y | 単精度浮動小数点数 | 楕円を定義する矩形の左上隅の Y 座標 |
| width | 単精度浮動小数点数 | 楕円を定義する矩形の幅 |
| height | 単精度浮動小数点数 | 楕円を定義する矩形の高さ |
参照
- Typedef SharedPtr
- Class Pen
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++
Graphics::DrawEllipse(const SharedPtr<Pen>&, int, int, int, int) method
現在のオブジェクトが表すサーフェス上に、指定されたペンを使用して指定された楕円を描画します。
void System::Drawing::Graphics::DrawEllipse(const SharedPtr<Pen> &pen, int x, int y, int width, int height)
| パラメーター | 型 | 説明 |
|---|---|---|
| ペン | const SharedPtr<Pen>& | 楕円を描画する際に使用するペン |
| x | int | 楕円を定義する矩形の左上隅の X 座標 |
| y | int | 楕円を定義する矩形の左上隅の Y 座標 |
| width | int | 楕円を定義する矩形の幅 |
| height | int | 楕円を定義する矩形の高さ |
参照
- Typedef SharedPtr
- Class Pen
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++
Graphics::DrawEllipse(const SharedPtr<Pen>&, Rectangle) method
現在のオブジェクトが表すサーフェス上に、指定されたペンを使用して指定された楕円を描画します。
void System::Drawing::Graphics::DrawEllipse(const SharedPtr<Pen> &pen, Rectangle rect)
| パラメーター | 型 | 説明 |
|---|---|---|
| ペン | const SharedPtr<Pen>& | 楕円を描画する際に使用するペン |
| rect | Rectangle | 楕円を定義する矩形 |
参照
- Typedef SharedPtr
- Class Pen
- Class Rectangle
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++
Graphics::DrawEllipse(const SharedPtr<Pen>&, RectangleF) method
現在のオブジェクトが表すサーフェス上に、指定されたペンを使用して指定された楕円を描画します。
void System::Drawing::Graphics::DrawEllipse(const SharedPtr<Pen> &pen, RectangleF rect)
| パラメーター | 型 | 説明 |
|---|---|---|
| ペン | const SharedPtr<Pen>& | 楕円を描画する際に使用するペン |
| rect | RectangleF | 楕円を定義する矩形 |
参照
- Typedef SharedPtr
- Class Pen
- Class RectangleF
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++