SVGPathElement.CreateSVGPathSegArcRel
SVGPathElement.CreateSVGPathSegArcRel method
スタンドアロンで親のない SVGPathSegArcRel オブジェクトを返します。
public SVGPathSegArcRel CreateSVGPathSegArcRel(float x, float y, float r1, float r2, float angle,
bool largeArcFlag, bool sweepFlag)
パラメータ | タイプ | 説明 |
---|---|---|
x | Single | このパス セグメントの終点の相対 X 座標。 |
y | Single | このパス セグメントの終点の相対 Y 座標。 |
r1 | Single | 楕円の x 軸半径 (つまり、r1)。 |
r2 | Single | 楕円の Y 軸半径 (つまり、r2)。 |
angle | Single | ユーザー座標系の x 軸に対する楕円の x 軸の回転角度 (度単位)。 |
largeArcFlag | Boolean | large-arc-flag パラメータの値。 |
sweepFlag | Boolean | large-arc-flag パラメータの値。 |
戻り値
スタンドアロンで親のない SVGPathSegArcRel オブジェクト。
関連項目
- class SVGPathSegArcRel
- class SVGPathElement
- 名前空間 Aspose.Html.Dom.Svg
- 組み立て Aspose.HTML