| SVGPathSegPATHSEG_CURVETO_CUBIC_REL Field |
Corresponds to a "relative cubic Bézier curveto" (c) path data command.
Namespace: Aspose.Svg.PathsAssembly: Aspose.SVG (in Aspose.SVG.dll) Version: 20.2
Syntaxpublic const ushort PATHSEG_CURVETO_CUBIC_REL = 7
Public Const PATHSEG_CURVETO_CUBIC_REL As UShort = 7
public:
literal unsigned short PATHSEG_CURVETO_CUBIC_REL = 7
static val mutable PATHSEG_CURVETO_CUBIC_REL: uint16
Field Value
Type:
UInt16
See Also