SVGPoint.X
SVGPoint.X property
The X coordinate.
public float X { get; set; }
Property Value
The X coordinate.
Exceptions
exception | condition |
---|---|
DOMException | Code NO_MODIFICATION_ALLOWED_ERR . Raised if the SVGPoint object is read only, or corresponds to a DOM attribute that is read only. |
See Also
- class SVGPoint
- namespace Aspose.Svg.DataTypes
- assembly Aspose.SVG