共用方式為


MatrixHelper 類別

定義

提供靜態協助程式方法來處理 矩陣 值。 C# 和 Microsoft Visual Basic 程式代碼應該改用 Matrix 的成員。

public ref class MatrixHelper sealed
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class MatrixHelper final
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class MatrixHelper
Public NotInheritable Class MatrixHelper
繼承
Object Platform::Object IInspectable MatrixHelper
屬性

屬性

Identity

取得靜態建構 的矩陣 ,其中建立的值代表 身分識別 轉換。 C# 和 Microsoft Visual Basic 程式代碼應該改用 身分識別

方法

FromElements(Double, Double, Double, Double, Double, Double)

根據提供的初始 矩陣 數據值,建立新的 矩陣 。 C# 和 Microsoft Visual Basic 程式代碼應該改用 Matrix 建構函式。

GetIsIdentity(Matrix)

傳回提供的 矩陣 是否代表 身分識別 轉換。 C# 和 Microsoft Visual Basic 程式代碼應該改用 IsIdentity

Transform(Matrix, Point)

使用輸入轉換提供的矩陣,並傳回 Point 結果。 C# 和 Microsoft Visual Basic 程式代碼應該改用 Transform

適用於