setRotate method
Sets the transform type to SVG_TRANSFORM_ROTATE by using the specified rotation angle and center of rotation.
![]() ![]() |
Syntax
var retval = SVGTransform.setRotate(angle, cx, cy);Parameters
- angle [in]
-
Type: Floating-point
The rotation angle.
- cx [in]
-
Type: Floating-point
The x-coordinate of the center of rotation.
- cy [in]
-
Type: Floating-point
The y-coordinate of the center of rotation.
Return value
Type: HRESULT
This method can return one of these values.
| Return code | Description |
|---|---|
|
IE9 mode only. An attempt is made to modify an object that cannot be changed. |
Exceptions
| Exception | Condition |
|---|---|
|
An attempt is made to modify an object that cannot be changed. For versions earlier than Internet Explorer 10, NO_MODIFICATION_ALLOWED_ERR is returned. |
Standards information
Remarks
The setRotate method can raise a DOMException exception with the code NO_MODIFICATION_ALLOWED_ERR. This exception is raised if you try to change the value of a read-only attribute.
See also

