Class SVGPathSegCurvetoCubicSmoothRel
名称: Aspose.Html.Dom.Svg.Paths 编辑: Aspose.HTML.dll (25.4.0)
SVGPathSegCurvetoCubicSmoothRel 接口符合“相对顺利的圆形曲线”(s)路径数据命令。
[DOMName("SVGPathSegCurvetoCubicSmoothRel")]
[DOMObject]
[ComVisible(true)]
public class SVGPathSegCurvetoCubicSmoothRel : SVGPathSeg, INotifyPropertyChanged, IDisposable
Inheritance
object ← DOMObject ← SVGValueType ← SVGPathSeg ← SVGPathSegCurvetoCubicSmoothRel
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
X
相对X坐标为这个路径部分的终点。
[DOMName("x")]
public float X { get; set; }
财产价值
Exceptions
代码 Aspose.Html.Dom.DOMException.NO_MODIFICATION_ALLOWED_ERR。建立在试图改变一个阅读仅属性的价值上。
X2
相对 X 坐标为第二个控制点。
[DOMName("x2")]
public float X2 { get; set; }
财产价值
Exceptions
代码 Aspose.Html.Dom.DOMException.NO_MODIFICATION_ALLOWED_ERR。建立在试图改变一个阅读仅属性的价值上。
Y
相对 Y 协调到这个路径部分的终点。
[DOMName("y")]
public float Y { get; set; }
财产价值
Exceptions
代码 Aspose.Html.Dom.DOMException.NO_MODIFICATION_ALLOWED_ERR。建立在试图改变一个阅读仅属性的价值上。
Y2
相对 Y 协调为第二个控制点。
[DOMName("y2")]
public float Y2 { get; set; }
财产价值
Exceptions
代码 Aspose.Html.Dom.DOMException.NO_MODIFICATION_ALLOWED_ERR。建立在试图改变一个阅读仅属性的价值上。