SVGPathSegCurvetoCubicSmoothAbs class
SVGPathSegCurvetoCubicSmoothAbs class
The SVGPathSegCurvetoCubicSmoothAbs interface corresponds to an “absolute smooth cubic curveto” (S) path data command.
Inheritance: SVGPathSegCurvetoCubicSmoothAbs
→
SVGPathSeg
→
SVGValueType
→
DOMObject
The SVGPathSegCurvetoCubicSmoothAbs type exposes the following members:
Properties
Property | Description |
---|---|
path_seg_type | The type of the path segment as specified by one of the constants defined on this interface. |
path_seg_type_as_letter | The type of the path segment, specified by the corresponding one character command name. |
PATHSEG_UNKNOWN | The unit type is not one of predefined types. It is invalid to attempt to define a new value of this type or to attempt to switch an existing value to this type. |
PATHSEG_CLOSEPATH | Corresponds to a “closepath” (z) path data command. |
PATHSEG_MOVETO_ABS | Corresponds to a “absolute moveto” (M) path data command. |
PATHSEG_MOVETO_REL | Corresponds to a “relative moveto” (m) path data command. |
PATHSEG_LINETO_ABS | Corresponds to a “absolute lineto” (L) path data command. |
PATHSEG_LINETO_REL | Corresponds to a “relative lineto” (l) path data command. |
PATHSEG_CURVETO_CUBIC_ABS | Corresponds to a “absolute cubic Bézier curveto” (C) path data command. |
PATHSEG_CURVETO_CUBIC_REL | Corresponds to a “relative cubic Bézier curveto” (c) path data command. |
PATHSEG_CURVETO_QUADRATIC_ABS | Corresponds to a “absolute quadratic Bézier curveto” (Q) path data command. |
PATHSEG_CURVETO_QUADRATIC_REL | Corresponds to a “relative quadratic Bézier curveto” (q) path data command. |
PATHSEG_ARC_ABS | Corresponds to a “absolute arcto” (A) path data command. |
PATHSEG_ARC_REL | Corresponds to a “relative arcto” (a) path data command. |
PATHSEG_LINETO_HORIZONTAL_ABS | Corresponds to a “absolute horizontal lineto” (H) path data command. |
PATHSEG_LINETO_HORIZONTAL_REL | Corresponds to a “relative horizontal lineto” (h) path data command. |
PATHSEG_LINETO_VERTICAL_ABS | Corresponds to a “absolute vertical lineto” (V) path data command. |
PATHSEG_LINETO_VERTICAL_REL | Corresponds to a “relative vertical lineto” (v) path data command. |
PATHSEG_CURVETO_CUBIC_SMOOTH_ABS | Corresponds to a “absolute smooth cubic curveto” (S) path data command. |
PATHSEG_CURVETO_CUBIC_SMOOTH_REL | Corresponds to a “relative smooth cubic curveto” (s) path data command. |
PATHSEG_CURVETO_QUADRATIC_SMOOTH_ABS | Corresponds to a “absolute smooth quadratic curveto” (T) path data command. |
PATHSEG_CURVETO_QUADRATIC_SMOOTH_REL | Corresponds to a “relative smooth quadratic curveto” (t) path data command. |
x | The absolute X coordinate for the end point of this path segment. |
y | The absolute Y coordinate for the end point of this path segment. |
x2 | The absolute X coordinate for the second control point. |
y2 | The absolute Y coordinate for the second control point. |
Methods
Method | Description |
---|---|
get_platform_type | This method is used to retrieve ECMAScript object Type. |
See Also
- module
aspose.svg.paths
- class
DOMObject
- class
SVGPathSeg
- class
SVGPathSegCurvetoCubicSmoothAbs
- class
SVGValueType