MatrixHelper クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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
- 継承
- 属性
プロパティ
Identity |
確立された値が Identity 変換を表す静的に構築されたマトリックスを取得します。 C# と Microsoft Visual Basic のコードでは、代わりに ID を 使用する必要があります。 |
メソッド
FromElements(Double, Double, Double, Double, Double, Double) |
指定された初期 Matrix データ値に基づいて新しい Matrix を 作成します。 C# と Microsoft Visual Basic のコードでは、代わりに マトリックス コンストラクターを使用する必要があります。 |
GetIsIdentity(Matrix) |
指定された Matrix が ID 変換を表すかどうかを返します。 C# と Microsoft Visual Basic のコードでは、代わりに IsIdentity を 使用する必要があります。 |
Transform(Matrix, Point) |
Point 入力を使用して指定されたマトリックスを変換し、Point の結果を返します。 C# と Microsoft Visual Basic のコードでは、代わりに Transform を 使用する必要があります。 |