Class SVGPathSegCurvetoQuadraticRel

Class SVGPathSegCurvetoQuadraticRel

Nombre del espacio: Aspose.Html.Dom.Svg.Paths Colección: Aspose.HTML.dll (25.4.0)

La interfaz SVGPathSegCurvetoQuadraticRel corresponde a un comando de datos de ruta “relativo cuadrado de Bézier” (q).

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

Inheritance

object DOMObject SVGValueType SVGPathSeg SVGPathSegCurvetoQuadraticRel

Implements

INotifyPropertyChanged ,y, IDisposable

Miembros heredados

SVGPathSeg.PATHSEG_UNKNOWN ,y, SVGPathSeg.PATHSEG_CLOSEPATH ,y, SVGPathSeg.PATHSEG_MOVETO_ABS ,y, SVGPathSeg.PATHSEG_MOVETO_REL ,y, SVGPathSeg.PATHSEG_LINETO_ABS ,y, SVGPathSeg.PATHSEG_LINETO_REL ,y, SVGPathSeg.PATHSEG_CURVETO_CUBIC_ABS ,y, SVGPathSeg.PATHSEG_CURVETO_CUBIC_REL ,y, SVGPathSeg.PATHSEG_CURVETO_QUADRATIC_ABS ,y, SVGPathSeg.PATHSEG_CURVETO_QUADRATIC_REL ,y, SVGPathSeg.PATHSEG_ARC_ABS ,y, SVGPathSeg.PATHSEG_ARC_REL ,y, SVGPathSeg.PATHSEG_LINETO_HORIZONTAL_ABS ,y, SVGPathSeg.PATHSEG_LINETO_HORIZONTAL_REL ,y, SVGPathSeg.PATHSEG_LINETO_VERTICAL_ABS ,y, SVGPathSeg.PATHSEG_LINETO_VERTICAL_REL ,y, SVGPathSeg.PATHSEG_CURVETO_CUBIC_SMOOTH_ABS ,y, SVGPathSeg.PATHSEG_CURVETO_CUBIC_SMOOTH_REL ,y, SVGPathSeg.PATHSEG_CURVETO_QUADRATIC_SMOOTH_ABS ,y, SVGPathSeg.PATHSEG_CURVETO_QUADRATIC_SMOOTH_REL ,y, SVGPathSeg.PathSegType ,y, SVGPathSeg.PathSegTypeAsLetter ,y, SVGValueType.Dispose() ,y, SVGValueType.Dispose(bool) ,y, DOMObject.GetPlatformType() ,y, object.GetType() ,y, object.MemberwiseClone() ,y, object.ToString() ,y, object.Equals(object?) ,y, object.Equals(object?, object?) ,y, object.ReferenceEquals(object?, object?) ,y, object.GetHashCode()

Properties

X

El relativo X coordina para el punto final de este segmento de ruta.

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

Valor de la propiedad

float

Exceptions

DOMException

Código Aspose.Html.Dom.DOMExcepción.NO_MODIFICATION_ALLOWED_ERR.Creado en un intento de cambiar el valor de un solo atributo de lectura.

X1

La coordenada relativa X para el primer punto de control.

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

Valor de la propiedad

float

Exceptions

DOMException

Código Aspose.Html.Dom.DOMExcepción.NO_MODIFICATION_ALLOWED_ERR.Creado en un intento de cambiar el valor de un solo atributo de lectura.

Y

El relativo Y coordina para el punto final de este segmento de ruta.

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

Valor de la propiedad

float

Exceptions

DOMException

Código Aspose.Html.Dom.DOMExcepción.NO_MODIFICATION_ALLOWED_ERR.Creado en un intento de cambiar el valor de un solo atributo de lectura.

Y1

El relativo Y coordina para el primer punto de control.

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

Valor de la propiedad

float

Exceptions

DOMException

Código Aspose.Html.Dom.DOMExcepción.NO_MODIFICATION_ALLOWED_ERR.Creado en un intento de cambiar el valor de un solo atributo de lectura.

Ver también

SVGPathSeg

 Español