SVGPathSegCurvetoCubicSmoothAbs.X2
SVGPathSegCurvetoCubicSmoothAbs.X2 property
The absolute X coordinate for the second control point.
public float X2 { get; set; }
Property Value
The absolute 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 SVGPathSegCurvetoCubicSmoothAbs
- package com.aspose.html.Dom.Svg.Paths
- package Aspose.HTML