SVGPathElement.CreateSVGPathSegArcAbs

SVGPathElement.CreateSVGPathSegArcAbs method

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

public SVGPathSegArcAbs CreateSVGPathSegArcAbs(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 パラメータの値。

戻り値

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

関連項目