SVGPoint.MatrixTransform

SVGPoint.MatrixTransform method

Applies a 2x3 matrix transformation on this SVGPoint object and returns a new, transformed SVGPoint object: newpoint = matrix* thispoint

public SVGPoint MatrixTransform(SVGMatrix matrix)
ParameterTypeDescription
matrixSVGMatrixhe matrix which is to be applied to this SVGPoint object.

Return Value

A new SVGPoint object.

See Also