Class SVGPathSegArcRel

Class SVGPathSegArcRel

名称: Aspose.Html.Dom.Svg.Paths 编辑: Aspose.HTML.dll (25.4.0)

SVGPathSegArcRel 接口符合“相对 arcto”(a)路径数据命令。

[ComVisible(true)]
[DOMObject]
[DOMName("SVGPathSegArcRel")]
public class SVGPathSegArcRel : SVGPathSeg, INotifyPropertyChanged, IDisposable

Inheritance

object DOMObject SVGValueType SVGPathSeg SVGPathSegArcRel

Implements

INotifyPropertyChanged , IDisposable

继承人

SVGPathSeg.PATHSEG_UNKNOWN , SVGPathSeg.PATHSEG_CLOSEPATH , SVGPathSeg.PATHSEG_MOVETO_ABS , SVGPathSeg.PATHSEG_MOVETO_REL , SVGPathSeg.PATHSEG_LINETO_ABS , SVGPathSeg.PATHSEG_LINETO_REL , SVGPathSeg.PATHSEG_CURVETO_CUBIC_ABS , SVGPathSeg.PATHSEG_CURVETO_CUBIC_REL , SVGPathSeg.PATHSEG_CURVETO_QUADRATIC_ABS , SVGPathSeg.PATHSEG_CURVETO_QUADRATIC_REL , SVGPathSeg.PATHSEG_ARC_ABS , SVGPathSeg.PATHSEG_ARC_REL , SVGPathSeg.PATHSEG_LINETO_HORIZONTAL_ABS , SVGPathSeg.PATHSEG_LINETO_HORIZONTAL_REL , SVGPathSeg.PATHSEG_LINETO_VERTICAL_ABS , SVGPathSeg.PATHSEG_LINETO_VERTICAL_REL , SVGPathSeg.PATHSEG_CURVETO_CUBIC_SMOOTH_ABS , SVGPathSeg.PATHSEG_CURVETO_CUBIC_SMOOTH_REL , SVGPathSeg.PATHSEG_CURVETO_QUADRATIC_SMOOTH_ABS , SVGPathSeg.PATHSEG_CURVETO_QUADRATIC_SMOOTH_REL , SVGPathSeg.PathSegType , SVGPathSeg.PathSegTypeAsLetter , SVGValueType.Dispose() , SVGValueType.Dispose(bool) , DOMObject.GetPlatformType() , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Properties

Angle

旋转角度为 ellipse 的 x 轴,与用户协调系统的 x 轴相比。

[DOMName("angle")]
public float Angle { get; set; }

财产价值

float

Exceptions

DOMException

代码 Aspose.Html.Dom.DOMException.NO_MODIFICATION_ALLOWED_ERR。建立在试图改变一个阅读仅属性的价值上。

LargeArcFlag

大弓旗参数的值。

[DOMName("largeArcFlag")]
public bool LargeArcFlag { get; set; }

财产价值

bool

Exceptions

DOMException

代码 Aspose.Html.Dom.DOMException.NO_MODIFICATION_ALLOWED_ERR。建立在试图改变一个阅读仅属性的价值上。

R1

以 x 轴为射线(即 r1)。

[DOMName("r1")]
public float R1 { get; set; }

财产价值

float

Exceptions

DOMException

代码 Aspose.Html.Dom.DOMException.NO_MODIFICATION_ALLOWED_ERR。建立在试图改变一个阅读仅属性的价值上。

R2

以 y-axis 射线为 ellipse (即 r2) 。

[DOMName("r2")]
public float R2 { get; set; }

财产价值

float

Exceptions

DOMException

代码 Aspose.Html.Dom.DOMException.NO_MODIFICATION_ALLOWED_ERR。建立在试图改变一个阅读仅属性的价值上。

SweepFlag

旗舰参数的值。

[DOMName("sweepFlag")]
public bool SweepFlag { get; set; }

财产价值

bool

Exceptions

DOMException

代码 Aspose.Html.Dom.DOMException.NO_MODIFICATION_ALLOWED_ERR。建立在试图改变一个阅读仅属性的价值上。

X

相对X坐标为这个路径部分的终点。

[DOMName("x")]
public float X { get; set; }

财产价值

float

Exceptions

DOMException

代码 Aspose.Html.Dom.DOMException.NO_MODIFICATION_ALLOWED_ERR。建立在试图改变一个阅读仅属性的价值上。

Y

相对 Y 协调到这个路径部分的终点。

[DOMName("y")]
public float Y { get; set; }

财产价值

float

Exceptions

DOMException

代码 Aspose.Html.Dom.DOMException.NO_MODIFICATION_ALLOWED_ERR。建立在试图改变一个阅读仅属性的价值上。

看也

SVGPathSeg

 中文