This topic has not yet been rated - Rate this topic

flipY method

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

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

Syntax


ISVGMatrix retVal = object.flipY();

Parameters

This method has no parameters.

Standards information

Remarks

The ISVGMatrix::flipY 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
ISVGMatrix::flipX

 

 

Build date: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.