Class SVGPathSegCurvetoCubicAbs

Class SVGPathSegCurvetoCubicAbs

Nazwa przestrzeń: Aspose.Html.Dom.Svg.Paths Zestaw: Aspose.HTML.dll (25.4.0)

Interfejs SVGPathSegCurvetoCubicAbs odpowiada “absolutnemu kubkowi Bézier curveto” (C) poleceniu danych ścieżek.

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

Inheritance

object DOMObject SVGValueType SVGPathSeg SVGPathSegCurvetoCubicAbs

Implements

INotifyPropertyChanged , IDisposable

Dziedziczeni członkowie

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

Absolutna koordynacja X dla punktu końcowego tego segmentu ścieżki.

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

Wartość nieruchomości

float

Exceptions

DOMException

Kod Aspose.Html.Dom.DOMException.NO_MODIFICATION_ALLOWED_ERR.Powstał na próbie zmiany wartości czytania tylko atrybutów.

X1

Absolutna koordynacja X dla pierwszego punktu sterowania.

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

Wartość nieruchomości

float

Exceptions

DOMException

Kod Aspose.Html.Dom.DOMException.NO_MODIFICATION_ALLOWED_ERR.Powstał na próbie zmiany wartości czytania tylko atrybutów.

X2

Absolutna koordynacja X dla drugiego punktu sterowania.

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

Wartość nieruchomości

float

Exceptions

DOMException

Kod Aspose.Html.Dom.DOMException.NO_MODIFICATION_ALLOWED_ERR.Powstał na próbie zmiany wartości czytania tylko atrybutów.

Y

Absolutny Y koordynuje punkt końcowy tego segmentu ścieżki.

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

Wartość nieruchomości

float

Exceptions

DOMException

Kod Aspose.Html.Dom.DOMException.NO_MODIFICATION_ALLOWED_ERR.Powstał na próbie zmiany wartości czytania tylko atrybutów.

Y1

Koordynacja absolutna Y dla pierwszego punktu kontrolnego.

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

Wartość nieruchomości

float

Exceptions

DOMException

Kod Aspose.Html.Dom.DOMException.NO_MODIFICATION_ALLOWED_ERR.Powstał na próbie zmiany wartości czytania tylko atrybutów.

Y2

Koordynacja absolutna Y dla drugiego punktu kontrolnego.

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

Wartość nieruchomości

float

Exceptions

DOMException

Kod Aspose.Html.Dom.DOMException.NO_MODIFICATION_ALLOWED_ERR.Powstał na próbie zmiany wartości czytania tylko atrybutów.

Zobacz również

SVGPathSeg

 Polski