flipX method

[This documentation is preliminary and is subject to change.]

Returns a matrix equivalent to a flip about the x-axis.

Scalable Vector Graphics: Coordinate Systems, Transformations and Units, Section 7.14.3Internet Explorer 9

Syntax

ISVGMatrix retVal = object.flipX();

Standards information

Parameters

This method has no parameters.

Remarks

The flipX method post-multiplies the matrix by using the transformation [-1 0 0 1 0 0] and returns the resulting matrix.

Post-multiplies means that other matrix operations are performed before this operation.

See also

Reference

SVGMatrix

flipY

 

 

Build date: 1/26/2012