Matrix.Transform(Point) 메서드

정의

Matrix를 사용하여 지정한 점을 변환한 다음 결과를 반환합니다.

public:
 Windows::Foundation::Point Transform(Windows::Foundation::Point point);
public Windows.Foundation.Point Transform (Windows.Foundation.Point point);
member this.Transform : Windows.Foundation.Point -> Windows.Foundation.Point
Public Function Transform (point As Point) As Point

매개 변수

point
Point

변형할 점입니다.

반환

Point

Matrix를 사용하여 point를 변환한 결과입니다.

설명

이 구조체는 WinRT (Windows 런타임) 구조체의 .net 프로젝션을 나타냅니다 Matrix . 자세한 내용은 UWP API 참조의 매트릭스 를 참조 하세요.

적용 대상