SVGPathSegCurvetoCubicRel Class
Contents
[
Hide
]SVGPathSegCurvetoCubicRel class
The SVGPathSegCurvetoCubicRel interface corresponds to a “relative cubic Bézier curveto” (c) path data command.
public class SVGPathSegCurvetoCubicRel : SVGPathSeg
Properties
| Name | Description |
|---|---|
| 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. |
| [getX1] | |
| [setX1] The relative X coordinate for the first control point. | |
| [getX2] | |
| [setX2] The relative X coordinate for the second control point. | |
| Y { get; set; } | The relative Y coordinate for the end point of this path segment. |
| [getY1] | |
| [setY1] The relative Y coordinate for the first control point. | |
| [getY2] | |
| [setY2] The relative Y coordinate for the second control point. |
Methods
| Name | Description |
|---|---|
| dispose() | Releases unmanaged and - optionally - managed resources. |
| getPlatformType() | This method is used to retrieve the ECMAScript object . |
See Also
- class SVGPathSeg
- package com.aspose.html.dom.svg.paths
- package Aspose.HTML