SVGPoint.Y
SVGPoint.Y property
The Y coordinate.
public float Y { get; set; }
Property Value
The Y 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
- package com.aspose.html.Dom.Svg.DataTypes
- package Aspose.HTML