Graphics.DrawEllipse
DrawEllipse(Pen, RectangleF)
バウンディング RectangleF. によって定義された楕円を描画します。
public void DrawEllipse(Pen pen, RectangleF rect)
パラメータ | タイプ | 説明 |
---|---|---|
pen | Pen | 楕円の色、幅、スタイルを決定するペン。 |
rect | RectangleF | 楕円の境界を定義する RectangleF 構造体。 |
関連項目
- class Pen
- struct RectangleF
- class Graphics
- 名前空間 System.Drawing
- 組み立て Aspose.Drawing
DrawEllipse(Pen, float, float, float, float)
座標、高さ、幅のペアで指定された外接する四角形で定義される楕円を描画します。
public void DrawEllipse(Pen pen, float x, float y, float width, float height)
パラメータ | タイプ | 説明 |
---|---|---|
pen | Pen | Pen楕円の色、幅、スタイルを決定します。 |
x | Single | 楕円を定義する外接する四角形の左上隅の x 座標。 |
y | Single | 楕円を定義する外接する四角形の左上隅の y 座標。 |
width | Single | 楕円を定義する外接する四角形の幅。 |
height | Single | 楕円を定義する外接する四角形の高さ。 |
関連項目
- class Pen
- class Graphics
- 名前空間 System.Drawing
- 組み立て Aspose.Drawing