SVGPoint.MatrixTransform

SVGPoint.MatrixTransform method

Wendet eine 2x3-Matrixtransformation auf dieses SVGPoint-Objekt an und gibt ein neues, transformiertes SVGPoint-Objekt zurück: newpoint = matrix* thispoint

public SVGPoint MatrixTransform(SVGMatrix matrix)
ParameterTypBeschreibung
matrixSVGMatrixDie Matrix, die auf dieses SVGPoint-Objekt angewendet werden soll.

Rückgabewert

Ein neues SVGPoint-Objekt.

Siehe auch