SVGPoint object
Describes a point.
![]() ![]() |
Members
The SVGPoint object has these types of members:
Methods
The SVGPoint object has these methods.
| Method | Description |
|---|---|
| matrixTransform |
Applies the given 2×3 matrix transformation on this SVGPoint object and returns a new, transformed SVGPoint object. |
Properties
The SVGPoint object has these properties.
| Property | Description |
|---|---|
|
Gets or sets the x-coordinate value. | |
|
Gets or sets the y-coordinate value. |
Standards information
Remarks
Note In addition to the attributes, properties, events, methods, and styles listed above, SVG elements also inherit core HTML attributes, properties, events, methods, and styles.
An SVGPoint object is an (x, y) coordinate pair. When you use an SVGPoint object in matrix operations, the object is treated as a vector of the following form.

Show:

