Class SVGPathSegCurvetoCubicRel

Class SVGPathSegCurvetoCubicRel

Tên không gian: Aspose.Html.Dom.Svg.Paths Tổng hợp: Aspose.HTML.dll (25.4.0)

Giao diện SVGPathSegCurvetoCubicRel tương ứng với một lệnh dữ liệu con đường “Bézier curveto tương đối” (c).

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

Inheritance

object DOMObject SVGValueType SVGPathSeg SVGPathSegCurvetoCubicRel

Implements

INotifyPropertyChanged , IDisposable

Thành viên thừa kế

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 tương đối phối hợp cho điểm cuối của phân đoạn con đường này.

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

Giá trị bất động sản

float

Exceptions

DOMException

Mã Aspose.Html.Dom.DOMException.NO_MODIFICATION_ALLOWED_ERR.Được xây dựng trên một nỗ lực để thay đổi giá trị của một tài sản chỉ đọc.

X1

Tỷ lệ X tương đối cho điểm kiểm soát đầu tiên.

[DOMName("x1")]
public float X1 { get; set; }

Giá trị bất động sản

float

Exceptions

DOMException

Mã Aspose.Html.Dom.DOMException.NO_MODIFICATION_ALLOWED_ERR.Được xây dựng trên một nỗ lực để thay đổi giá trị của một tài sản chỉ đọc.

X2

Tỷ lệ X tương đối cho điểm kiểm soát thứ hai.

[DOMName("x2")]
public float X2 { get; set; }

Giá trị bất động sản

float

Exceptions

DOMException

Mã Aspose.Html.Dom.DOMException.NO_MODIFICATION_ALLOWED_ERR.Được xây dựng trên một nỗ lực để thay đổi giá trị của một tài sản chỉ đọc.

Y

Mối quan hệ Y phối hợp cho điểm cuối của phân đoạn con đường này.

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

Giá trị bất động sản

float

Exceptions

DOMException

Mã Aspose.Html.Dom.DOMException.NO_MODIFICATION_ALLOWED_ERR.Được xây dựng trên một nỗ lực để thay đổi giá trị của một tài sản chỉ đọc.

Y1

Tính phối hợp tương đối Y cho điểm kiểm soát đầu tiên.

[DOMName("y1")]
public float Y1 { get; set; }

Giá trị bất động sản

float

Exceptions

DOMException

Mã Aspose.Html.Dom.DOMException.NO_MODIFICATION_ALLOWED_ERR.Được xây dựng trên một nỗ lực để thay đổi giá trị của một tài sản chỉ đọc.

Y2

Mã tương đối Y phối hợp cho điểm kiểm soát thứ hai.

[DOMName("y2")]
public float Y2 { get; set; }

Giá trị bất động sản

float

Exceptions

DOMException

Mã Aspose.Html.Dom.DOMException.NO_MODIFICATION_ALLOWED_ERR.Được xây dựng trên một nỗ lực để thay đổi giá trị của một tài sản chỉ đọc.

Xem thêm

SVGPathSeg

 Tiếng Việt