SVGPathElement.CreateSVGPathSegCurvetoQuadraticSmoothAbs

SVGPathElement.CreateSVGPathSegCurvetoQuadraticSmoothAbs method

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

public SVGPathSegCurvetoQuadraticSmoothAbs CreateSVGPathSegCurvetoQuadraticSmoothAbs(float x, 
    float y)
パラメータタイプ説明
xSingleこのパス セグメントの終点の絶対 X 座標。
ySingleこのパス セグメントの終点の絶対 Y 座標。

戻り値

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

関連項目