flipX method
Returns a matrix equivalent to a flip about the x-axis.
![]() ![]() |
Syntax
ISVGMatrix retVal = object.flipX();
Parameters
This method has no parameters.
Standards information
Remarks
The ISVGMatrix::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
- ISVGMatrix::flipY
Show:

