다음을 통해 공유


CGAffineTransform.TransformPoint(CGPoint) 메서드

정의

제공된 점의 좌표를 아핀으로 변환합니다.

public CoreGraphics.CGPoint TransformPoint (CoreGraphics.CGPoint point);
member this.TransformPoint : CoreGraphics.CGPoint -> CoreGraphics.CGPoint

매개 변수

point
CGPoint

변형할 점입니다.

반환

새 좌표 공간으로 변환된 점입니다.

설명

x, y로 정의된 점은 다음과 같이 변환됩니다.

new_x = xx * x + xy * y + x0;

new_y = yx * x + yy * y + y0;

적용 대상