CreateSVGPathSegArcRel
SVGPathElement.CreateSVGPathSegArcRel method
返回一个独立的无父 SVGPathSegArcRel 对象。
public SVGPathSegArcRel CreateSVGPathSegArcRel(float x, float y, float r1, float r2, float angle,
bool largeArcFlag, bool sweepFlag)
范围 | 类型 | 描述 |
---|---|---|
x | Single | 此路径段终点的相对 X 坐标。 |
y | Single | 此路径段终点的相对 Y 坐标。 |
r1 | Single | 椭圆的 x 轴半径(即 r1)。 |
r2 | Single | 椭圆的 y 轴半径(即 r2)。 |
angle | Single | 椭圆的 x 轴相对于用户坐标系的 x 轴的旋转角度(以度为单位)。 |
largeArcFlag | Boolean | large-arc-flag 参数的值。 |
sweepFlag | Boolean | large-arc-flag 参数的值。 |
返回值
一个独立的、无父对象的 SVGPathSegArcRel 对象。
也可以看看
- class SVGPathSegArcRel
- class SVGPathElement
- 命名空间 Aspose.Svg
- 部件 Aspose.SVG