Class SVGPathSegCurvetoCubicAbs

Class SVGPathSegCurvetoCubicAbs

ชื่อพื้นที่: Aspose.Html.Dom.Svg.Paths การประกอบ: Aspose.HTML.dll (25.4.0)

อินเตอร์เฟซ SVGPathSegCurvetoCubicAbs ตรงกับคําสั่งข้อมูลทาง “Bézier curveto” (C) ที่ค่อนข้างคูบ

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

Inheritance

object DOMObject SVGValueType SVGPathSeg SVGPathSegCurvetoCubicAbs

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; }

คุณสมบัติมูลค่า

float

Exceptions

DOMException

รหัส Aspose.Html.Dom.DOMException.NO_MODIFICATION_ALLOWED_ERRขึ้นอยู่กับความพยายามที่จะเปลี่ยนค่าของคุณสมบัติการอ่านเท่านั้น

X1

หลักสูตร X อย่างแน่นอนสําหรับจุดควบคุมครั้งแรก

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

คุณสมบัติมูลค่า

float

Exceptions

DOMException

รหัส Aspose.Html.Dom.DOMException.NO_MODIFICATION_ALLOWED_ERRขึ้นอยู่กับความพยายามที่จะเปลี่ยนค่าของคุณสมบัติการอ่านเท่านั้น

X2

หลักสูตร X อย่างแน่นอนสําหรับจุดควบคุมที่สอง

[DOMName("x2")]
public float X2 { 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ขึ้นอยู่กับความพยายามที่จะเปลี่ยนค่าของคุณสมบัติการอ่านเท่านั้น

Y1

หลักสูตร Y ที่สมบูรณ์สําหรับจุดควบคุมครั้งแรก

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

คุณสมบัติมูลค่า

float

Exceptions

DOMException

รหัส Aspose.Html.Dom.DOMException.NO_MODIFICATION_ALLOWED_ERRขึ้นอยู่กับความพยายามที่จะเปลี่ยนค่าของคุณสมบัติการอ่านเท่านั้น

Y2

หลักสูตร Y ที่แน่นอนสําหรับจุดควบคุมที่สอง

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

คุณสมบัติมูลค่า

float

Exceptions

DOMException

รหัส Aspose.Html.Dom.DOMException.NO_MODIFICATION_ALLOWED_ERRขึ้นอยู่กับความพยายามที่จะเปลี่ยนค่าของคุณสมบัติการอ่านเท่านั้น

ดูเพิ่มเติม

SVGPathSeg

 แบบไทย