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 的结果。

注解

此结构表示 Windows 运行时 (WinRT) 结构的 .net 投影 Matrix 。 有关详细信息,请参阅 UWP API 参考中的 Matrix

适用于