SVGPathElement.CreateSVGPathSegCurvetoQuadraticAbs
SVGPathElement.CreateSVGPathSegCurvetoQuadraticAbs method
スタンドアロンで親のない SVGPathSegCurvetoQuadraticAbs オブジェクトを返します。
public SVGPathSegCurvetoQuadraticAbs CreateSVGPathSegCurvetoQuadraticAbs(float x, float y,
float x1, float y1)
パラメータ | タイプ | 説明 |
---|---|---|
x | Single | このパス セグメントの終点の絶対 X 座標。 |
y | Single | このパス セグメントの終点の絶対 Y 座標。 |
x1 | Single | 最初のコントロール ポイントの絶対 X 座標。 |
y1 | Single | 最初の制御点の絶対 Y 座標。 |
戻り値
スタンドアロンで親のない SVGPathSegCurvetoQuadraticAbs オブジェクト。
関連項目
- class SVGPathSegCurvetoQuadraticAbs
- class SVGPathElement
- 名前空間 Aspose.Html.Dom.Svg
- 組み立て Aspose.HTML