This page is Not Ready

Notice: The WebPlatform project, supported by various stewards between 2012 and 2015, has been discontinued. This site is now available on github.

rotate

Method of /css/cssom/MSCSSMatrix/css/cssom/MSCSSMatrix

Syntax

var object = object.rotate();

Return Value

Returns an object of type DOM NodeDOM Node

Type: HRESULT

This method can return one of these values.

{

Syntax

Standards information

Parameters

angleX [in]
Type: floatThe angle (in degrees) of the rotation along the x-axis. If angleY and angleZ are undefined, this method becomes a rotation angleX degrees around the z-axis.
angleY [in, optional]
Type: floatAngle (in degrees) of the rotation along the y-axis.
angleZ [in, optional]
Type: floatAngle (in degrees) of the rotation along the z-axis.
retMatrix [out, retval]
Type: MSCSSMatrixThe returned matrix.

See also

Related articles

Transforms

Related pages

Attributions