SVGPathSegCurvetoQuadraticSmoothRel Class

SVGPathSegCurvetoQuadraticSmoothRel class

The SVGPathSegCurvetoQuadraticSmoothRel interface corresponds to a “relative smooth cubic curveto” (t) path data command.

public class SVGPathSegCurvetoQuadraticSmoothRel : SVGPathSeg

Properties

NameDescription
getPathSegType The type of the path segment as specified by one of the constants defined on this interface.
getPathSegTypeAsLetter The type of the path segment, specified by the corresponding one character command name.
X { get; set; }The relative X coordinate for the end point of this path segment.
Y { get; set; }The relative Y coordinate for the end point of this path segment.

Methods

NameDescription
dispose()Releases unmanaged and - optionally - managed resources.
getPlatformType()This method is used to retrieve the ECMAScript object .

See Also