Class SVGPathSegArcAbs
Nombre del espacio: Aspose.Html.Dom.Svg.Paths Colección: Aspose.HTML.dll (25.4.0)
La interfaz SVGPathSegArcAbs corresponde a un comando de datos de ruta “absoluto arcto” (A).
[ComVisible(true)]
[DOMObject]
[DOMName("SVGPathSegArcAbs")]
public class SVGPathSegArcAbs : SVGPathSeg, INotifyPropertyChanged, IDisposable
Inheritance
object ← DOMObject ← SVGValueType ← SVGPathSeg ← SVGPathSegArcAbs
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
Angle
El ángulo de rotación en grados para el x-axis del ellipse en relación con el X-axe del sistema de coordenadas del usuario.
[DOMName("angle")]
public float Angle { get; set; }
Valor de la propiedad
Exceptions
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.
LargeArcFlag
El valor del parámetro de la bandera de gran arco.
[DOMName("largeArcFlag")]
public bool LargeArcFlag { get; set; }
Valor de la propiedad
Exceptions
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.
R1
El rayo x-axis para el elipse (es decir, r1).
[DOMName("r1")]
public float R1 { get; set; }
Valor de la propiedad
Exceptions
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.
R2
El radio y-axis para el ellipse (es decir, r2).
[DOMName("r2")]
public float R2 { get; set; }
Valor de la propiedad
Exceptions
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.
SweepFlag
El valor del parámetro de la bandera.
[DOMName("sweepFlag")]
public bool SweepFlag { get; set; }
Valor de la propiedad
Exceptions
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.
X
El absoluto X coordina para el punto final de este segmento de camino.
[DOMName("x")]
public float X { get; set; }
Valor de la propiedad
Exceptions
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 absoluto Y coordina para el punto final de este segmento de camino.
[DOMName("y")]
public float Y { get; set; }
Valor de la propiedad
Exceptions
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.