matrixTransform method
[This documentation is preliminary and is subject to change.]
Applies the given 2×3 matrix transformation on this SVGPoint object and returns a new, transformed SVGPoint object.
![]() ![]() |
Syntax
ISVGPoint retVal = object.matrixTransform(pMatrix);
Standards information
Parameters
pMatrix [in]
Type: ISVGMatrixThe 2×3 transformation matrix to apply to this SVGPoint object.
Remarks
Using the above terminology, the follow pseudo-code describes the order of the transformation matrix multiplication:
ppResult = pMatrix · SVGPoint
Build date: 1/26/2012
.png)
.png)