SVGPathSegCurvetoCubicSmoothAbs Class
Contents
[
Hide
]SVGPathSegCurvetoCubicSmoothAbs class
The SVGPathSegCurvetoCubicSmoothAbs interface corresponds to an “absolute smooth cubic curveto” (S) path data command.
public class SVGPathSegCurvetoCubicSmoothAbs : 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 absolute X coordinate for the end point of this path segment. |
[getX2] | |
[setX2] The absolute X coordinate for the second control point. | |
Y { get; set; } | The absolute Y coordinate for the end point of this path segment. |
[getY2] | |
[setY2] The absolute 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