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.

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

Syntax

ISVGPoint retVal = object.matrixTransform(pMatrix);

Standards information

Parameters

  • pMatrix [in]
    Type: ISVGMatrix

    The 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