SVGPathSegCurvetoCubicSmoothRel Class
Contents
[
Hide
]SVGPathSegCurvetoCubicSmoothRel class
The SVGPathSegCurvetoCubicSmoothRel interface corresponds to a “relative smooth cubic curveto” (s) path data command.
public class SVGPathSegCurvetoCubicSmoothRel : SVGPathSeg
Properties
Name | Description |
---|---|
PathSegType { get; } | The type of the path segment as specified by one of the constants defined on this interface. |
PathSegTypeAsLetter { get; } | 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. |
X2 { get; set; } | The relative X coordinate for the second control point. |
Y { get; set; } | The relative Y coordinate for the end point of this path segment. |
Y2 { get; set; } | The relative Y coordinate for the second control point. |
Methods
Name | Description |
---|---|
Dispose() | Releases unmanaged and - optionally - managed resources. |
virtual GetPlatformType() | This method is used to retrieve ECMAScript object Type. |
See Also
- class SVGPathSeg
- namespace Aspose.Svg.Paths
- assembly Aspose.SVG