SVGPathElement.CreateSVGPathSegCurvetoQuadraticSmoothRel

SVGPathElement.CreateSVGPathSegCurvetoQuadraticSmoothRel method

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

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

戻り値

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

関連項目