GraphicsPath.AddArc
AddArc(RectangleF, float, float)
現在の図形に楕円弧を追加します。
public void AddArc(RectangleF rect, float startAngle, float sweepAngle)
| パラメータ | タイプ | 説明 |
|---|---|---|
| rect | RectangleF | 円弧を取得する楕円の四角形の境界を表す RectangleF。 |
| startAngle | Single | X 軸から時計回りに度単位で測定された円弧の開始角度。 |
| sweepAngle | Single | startAngle と円弧の終点の間の角度。 |
関連項目
- struct RectangleF
- class GraphicsPath
- 名前空間 System.Drawing.Drawing2D
- 組み立て Aspose.Drawing
AddArc(float, float, float, float, float, float)
現在の図形に楕円弧を追加します。
public void AddArc(float x, float y, float width, float height, float startAngle, float sweepAngle)
| パラメータ | タイプ | 説明 |
|---|---|---|
| x | Single | x 座標。 |
| y | Single | Y 座標。 |
| width | Single | 幅。 |
| height | Single | 高さ。 |
| startAngle | Single | 開始角度。 |
| sweepAngle | Single | スイープ角度。 |
関連項目
- class GraphicsPath
- 名前空間 System.Drawing.Drawing2D
- 組み立て Aspose.Drawing