SVGPoint.MatrixTransform

SVGPoint.MatrixTransform method

Applique une transformation matricielle 2x3 sur cet objet SVGPoint et renvoie un nouvel objet SVGPoint transformé : newpoint = matrix* thispoint

public SVGPoint MatrixTransform(SVGMatrix matrix)
ParamètreTaperLa description
matrixSVGMatrixla matrice qui doit être appliquée à cet objet SVGPoint.

Return_Value

Un nouvel objet SVGPoint.

Voir également