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.

scale

Method of css/cssom/MSCSSMatrixcss/cssom/MSCSSMatrix

Syntax

var object = object.scale();

Return Value

Returns an object of type DOM NodeDOM Node

Type: HRESULT

This method can return one of these values.

Return valueDescription
S_OKThe operation completed successfully.

MSCSSMatrix

The returned matrix.

Syntax

Standards information

Parameters

scaleX [in]
Type: floatThe x component (in degrees) of the scale value.
scaleY [in, optional]
Type: floatThe y component (in degrees) of the scale value. If scaleY is not defined, the y component of the scale value is the same as the x component.
scaleZ [in, optional]
Type: floatThe z component (in degrees) of the scale value. If scaleY is not defined, the value of scaleZ is 1.
retMatrix [out, retval]
Type: MSCSSMatrixThe returned matrix.

See also

Related pages

Attributions