SVGPoint.MatrixTransform

SVGPoint.MatrixTransform method

Past een 2x3 matrixtransformatie toe op dit SVGPoint-object en retourneert een nieuw, getransformeerd SVGPoint-object: newpoint = matrix* thispoint

public SVGPoint MatrixTransform(SVGMatrix matrix)
ParameterTypeBeschrijving
matrixSVGMatrixe matrix die moet worden toegepast op dit SVGPoint-object.

Winstwaarde

Een nieuw SVGPoint-object.

Zie ook