SVGPoint.MatrixTransform

SVGPoint.MatrixTransform method

이 SVGPoint 객체에 2x3 행렬 변환을 적용하고 변환된 새 SVGPoint 객체를 반환합니다. newpoint = matrix* thispoint

public SVGPoint MatrixTransform(SVGMatrix matrix)
모수유형설명
matrixSVGMatrix이 SVGPoint 객체에 적용될 행렬입니다.

반환 값

새 SVGPoint 개체입니다.

또한보십시오