SVGPathSegCurvetoCubicSmoothRel.X2
SVGPathSegCurvetoCubicSmoothRel.X2 property
The relative X coordinate for the second control point.
public float X2 { get; set; }
Property Value
The relative X coordinate.
Exceptions
exception | condition |
---|---|
DOMException | Code NO_MODIFICATION_ALLOWED_ERR . Raised on an attempt to change the value of a read only attribute. |
See Also
- class SVGPathSegCurvetoCubicSmoothRel
- namespace Aspose.Html.Dom.Svg.Paths
- assembly Aspose.HTML