SVGPoint.X

SVGPoint.X property

The X coordinate.

public float X { get; set; }

Property Value

The X coordinate.

Exceptions

exceptioncondition
DOMExceptionCode NO_MODIFICATION_ALLOWED_ERR. Raised if the SVGPoint object is read only, or corresponds to a DOM attribute that is read only.

See Also