Matrix.Transform(Point) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
用 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
要转换的点。
返回
用此 Matrix 变换 point
的结果。
注解
此结构表示 Windows 运行时 (WinRT) Matrix
结构的 .NET 投影。 有关详细信息,请参阅 UWP API 参考中的 矩阵 。