Matrix.Transform(Point) 方法
定义
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.
返回
用此 Matrix 变换 point 的结果。The result of transforming point by this Matrix.
注解
此结构表示 Windows 运行时 (WinRT) 结构的 .NET 投影 Matrix 。This struct represents the .NET projection of the Windows Runtime (WinRT) Matrix struct. 有关详细信息,请参阅 UWP API 参考中的 Matrix 。For more information, see Matrix in the UWP API reference.