共用方式為


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

要轉換的點。

傳回

依這個 Matrix 轉換 point 的結果。

備註

此結構代表 Windows 執行時間 (WinRT) Matrix 結構的 .NET 投影。 如需詳細資訊,請參閱UWP API參考中的 矩陣

適用於