Matrix.Transform(Point) 方法

定义

Matrix 变换指定的点并返回结果。Transforms the specified point by the Matrix and returns the result.

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

要转换的点。The point to transform.

返回

Point

用此 Matrix 变换 point 的结果。The result of transforming point by this Matrix.

注解

此结构表示 Windows 运行时 (WinRT) 结构的 .NET 投影 MatrixThis struct represents the .NET projection of the Windows Runtime (WinRT) Matrix struct. 有关详细信息,请参阅 UWP API 参考中的 MatrixFor more information, see Matrix in the UWP API reference.

适用于