SVGPathElement.CreateSVGPathSegArcRel

SVGPathElement.CreateSVGPathSegArcRel method

スタンドアロンで親のない SVGPathSegArcRel オブジェクトを返します。

public SVGPathSegArcRel CreateSVGPathSegArcRel(float x, float y, float r1, float r2, float angle, 
    bool largeArcFlag, bool sweepFlag)
パラメータタイプ説明
xSingleこのパス セグメントの終点の相対 X 座標。
ySingleこのパス セグメントの終点の相対 Y 座標。
r1Single楕円の x 軸半径 (つまり、r1)。
r2Single楕円の Y 軸半径 (つまり、r2)。
angleSingleユーザー座標系の x 軸に対する楕円の x 軸の回転角度 (度単位)。
largeArcFlagBooleanlarge-arc-flag パラメータの値。
sweepFlagBooleanlarge-arc-flag パラメータの値。

戻り値

スタンドアロンで親のない SVGPathSegArcRel オブジェクト。

関連項目