Class SVGPathSegCurvetoQuadraticRel

Class SVGPathSegCurvetoQuadraticRel

Numele spaţiului: Aspose.Html.Dom.Svg.Paths Asamblare: Aspose.HTML.dll (25.4.0)

Interfața SVGPathSegCurvetoQuadraticRel corespunde unui “corveto Bézier relativ quadratic” (q) comandă de date de cale.

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

Inheritance

object DOMObject SVGValueType SVGPathSeg SVGPathSegCurvetoQuadraticRel

Implements

INotifyPropertyChanged , IDisposable

Membrii moștenitori

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

Coordonatul X relativ pentru punctul final al acestui segment de drum.

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

Valoarea proprietății

float

Exceptions

DOMException

Cod Aspose.Html.Dom.DOMExcepție.NO_MODIFICATION_ALLOWED_ERR.Creată pe o încercare de a schimba valoarea unui atribut de lectură.

X1

Coordonatul X relativ pentru primul punct de control.

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

Valoarea proprietății

float

Exceptions

DOMException

Cod Aspose.Html.Dom.DOMExcepție.NO_MODIFICATION_ALLOWED_ERR.Creată pe o încercare de a schimba valoarea unui atribut de lectură.

Y

Coordonarea Y relativă pentru punctul final al acestui segment de drum.

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

Valoarea proprietății

float

Exceptions

DOMException

Cod Aspose.Html.Dom.DOMExcepție.NO_MODIFICATION_ALLOWED_ERR.Creată pe o încercare de a schimba valoarea unui atribut de lectură.

Y1

Coordonatul relativ Y pentru primul punct de control.

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

Valoarea proprietății

float

Exceptions

DOMException

Cod Aspose.Html.Dom.DOMExcepție.NO_MODIFICATION_ALLOWED_ERR.Creată pe o încercare de a schimba valoarea unui atribut de lectură.

Vezi și

SVGPathSeg

 Română