GraphicsPath.AddEllipse
AddEllipse(RectangleF)
現在のパスに楕円を追加します。
public void AddEllipse(RectangleF rect)
パラメータ | タイプ | 説明 |
---|---|---|
rect | RectangleF | 楕円を定義する外接する四角形を表す RectangleF。 |
関連項目
- struct RectangleF
- class GraphicsPath
- 名前空間 System.Drawing.Drawing2D
- 組み立て Aspose.Drawing
AddEllipse(float, float, float, float)
現在のパスに楕円を追加します。
public void AddEllipse(float x, float y, float width, float height)
パラメータ | タイプ | 説明 |
---|---|---|
x | Single | 楕円を定義する外接する四角形の左上隅の x 座標。 |
y | Single | 楕円を定義する外接する四角形の左上隅の y 座標。 |
width | Single | 楕円を定義する外接する四角形の幅。 |
height | Single | 楕円を定義する外接する四角形の高さ。 |
関連項目
- class GraphicsPath
- 名前空間 System.Drawing.Drawing2D
- 組み立て Aspose.Drawing