Class SVGPathSeg
Le nom : Aspose.Svg.Paths Assemblée: Aspose.SVG.dll (25.5.0)
L’interface SVGPathSeg est une interface de base qui correspond à un seul commandement dans une spécification de données de route.
[ComVisible(true)]
[DOMName("SVGPathSeg")]
[DOMObject]
public abstract class SVGPathSeg : SVGValueType, INotifyPropertyChanged, IDisposable
Inheritance
object ← DOMObject ← SVGValueType ← SVGPathSeg
Derived
SVGPathSegArcAbs , SVGPathSegArcRel , SVGPathSegClosePath , SVGPathSegCurvetoCubicAbs , SVGPathSegCurvetoCubicRel , SVGPathSegCurvetoCubicSmoothAbs , SVGPathSegCurvetoCubicSmoothRel , SVGPathSegCurvetoQuadraticAbs , SVGPathSegCurvetoQuadraticRel , SVGPathSegCurvetoQuadraticSmoothAbs , SVGPathSegCurvetoQuadraticSmoothRel , SVGPathSegLinetoAbs , SVGPathSegLinetoHorizontalAbs , SVGPathSegLinetoHorizontalRel , SVGPathSegLinetoRel , SVGPathSegLinetoVerticalAbs , SVGPathSegLinetoVerticalRel , SVGPathSegMovetoAbs , SVGPathSegMovetoRel
Implements
INotifyPropertyChanged , IDisposable
I membri ereditari
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()
Fields
PATHSEG_ARC_ABS
Il correspond à un commandement de données “absolute arcto” (A).
[DOMName("PATHSEG_ARC_ABS")]
public const ushort PATHSEG_ARC_ABS = 10
Valore di campo
PATHSEG_ARC_REL
Il correspond à un “relatif arcto” (a) commandement de données de route.
[DOMName("PATHSEG_ARC_REL")]
public const ushort PATHSEG_ARC_REL = 11
Valore di campo
PATHSEG_CLOSEPATH
Il correspond à un “closepath” (z) commande de données de chemin.
[DOMName("PATHSEG_CLOSEPATH")]
public const ushort PATHSEG_CLOSEPATH = 1
Valore di campo
PATHSEG_CURVETO_CUBIC_ABS
Il correspond à un “cubic absolu Bézier curveto” (C) commande de données de chemin.
[DOMName("PATHSEG_CURVETO_CUBIC_ABS")]
public const ushort PATHSEG_CURVETO_CUBIC_ABS = 6
Valore di campo
PATHSEG_CURVETO_CUBIC_REL
Il correspond à un “courveto Bézier cubic” (c) commande de données de route.
[DOMName("PATHSEG_CURVETO_CUBIC_REL")]
public const ushort PATHSEG_CURVETO_CUBIC_REL = 7
Valore di campo
PATHSEG_CURVETO_CUBIC_SMOOTH_ABS
Il correspond à un “corvette cube absolu lisse” (S) commande de données de chemin.
[DOMName("PATHSEG_CURVETO_CUBIC_SMOOTH_ABS")]
public const ushort PATHSEG_CURVETO_CUBIC_SMOOTH_ABS = 16
Valore di campo
PATHSEG_CURVETO_CUBIC_SMOOTH_REL
Il correspond à un “courveto cubes relativement lisse” (s) commande de données de route.
[DOMName("PATHSEG_CURVETO_CUBIC_SMOOTH_REL")]
public const ushort PATHSEG_CURVETO_CUBIC_SMOOTH_REL = 17
Valore di campo
PATHSEG_CURVETO_QUADRATIC_ABS
Il correspond à un “curveto Bézier quadrado absolu” (Q) commandement de données de route.
[DOMName("PATHSEG_CURVETO_QUADRATIC_ABS")]
public const ushort PATHSEG_CURVETO_QUADRATIC_ABS = 8
Valore di campo
PATHSEG_CURVETO_QUADRATIC_REL
Il correspond à un “courveto Bézier quadratic” (q) commandement de données de route.
[DOMName("PATHSEG_CURVETO_QUADRATIC_REL")]
public const ushort PATHSEG_CURVETO_QUADRATIC_REL = 9
Valore di campo
PATHSEG_CURVETO_QUADRATIC_SMOOTH_ABS
Il correspond à un “corvette quadrado absolu lisse” (T) commande de données de chemin.
[DOMName("PATHSEG_CURVETO_QUADRATIC_SMOOTH_ABS")]
public const ushort PATHSEG_CURVETO_QUADRATIC_SMOOTH_ABS = 18
Valore di campo
PATHSEG_CURVETO_QUADRATIC_SMOOTH_REL
Il correspond à un “corvette quadratique relativement lisse” (t) commande de données de route.
[DOMName("PATHSEG_CURVETO_QUADRATIC_SMOOTH_REL")]
public const ushort PATHSEG_CURVETO_QUADRATIC_SMOOTH_REL = 19
Valore di campo
PATHSEG_LINETO_ABS
Il correspond à un commandement de données “absolute lineto” (L).
[DOMName("PATHSEG_LINETO_ABS")]
public const ushort PATHSEG_LINETO_ABS = 4
Valore di campo
PATHSEG_LINETO_HORIZONTAL_ABS
Il correspond à un “lineto horizontal absolu” (H) commandement de données de route.
[DOMName("PATHSEG_LINETO_HORIZONTAL_ABS")]
public const ushort PATHSEG_LINETO_HORIZONTAL_ABS = 12
Valore di campo
PATHSEG_LINETO_HORIZONTAL_REL
Il correspond à un “lineto horizontal relatif” (h) commande de données de route.
[DOMName("PATHSEG_LINETO_HORIZONTAL_REL")]
public const ushort PATHSEG_LINETO_HORIZONTAL_REL = 13
Valore di campo
PATHSEG_LINETO_REL
Il correspond à un “relatif lineto” (l) commande de données de chemin.
[DOMName("PATHSEG_LINETO_REL")]
public const ushort PATHSEG_LINETO_REL = 5
Valore di campo
PATHSEG_LINETO_VERTICAL_ABS
Il correspond à un “lineto vertical absolu” (V) commande de données de chemin.
[DOMName("PATHSEG_LINETO_VERTICAL_ABS")]
public const ushort PATHSEG_LINETO_VERTICAL_ABS = 14
Valore di campo
PATHSEG_LINETO_VERTICAL_REL
Il correspond à un « lineto vertical relatif » (v) commande de données de route.
[DOMName("PATHSEG_LINETO_VERTICAL_REL")]
public const ushort PATHSEG_LINETO_VERTICAL_REL = 15
Valore di campo
PATHSEG_MOVETO_ABS
Il correspond à un commandement de données “absolute moveto” (M).
[DOMName("PATHSEG_MOVETO_ABS")]
public const ushort PATHSEG_MOVETO_ABS = 2
Valore di campo
PATHSEG_MOVETO_REL
Il correspond à un commandement de données “relative moveto” (m).
[DOMName("PATHSEG_MOVETO_REL")]
public const ushort PATHSEG_MOVETO_REL = 3
Valore di campo
PATHSEG_UNKNOWN
Le type d’unité n’est pas un des types prédéfini. il est invalide de tenter de définir une nouvelle valeur de ce type ou d’essayer de transformer une valeur existante à cet type.
[DOMName("PATHSEG_UNKNOWN")]
public const ushort PATHSEG_UNKNOWN = 0
Valore di campo
Properties
PathSegType
Le type du segment de la voie comme spécifié par l’une des constants définis sur cette interface.
[DOMName("pathSegType")]
public ushort PathSegType { get; }
Valore di proprietà
PathSegTypeAsLetter
Le type du segment de la route, spécifié par le nom de commande correspondant d’un caractère.
[DOMName("pathSegTypeAsLetter")]
public string PathSegTypeAsLetter { get; }