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 |
获取静态构造 的矩阵 ,其中建立的值代表 标识 转换。 C# 和 Microsoft Visual Basic 代码应改用 标识 。 |
方法
FromElements(Double, Double, Double, Double, Double, Double) |
基于提供的初始 Matrix 数据值创建新的 Matrix 。 C# 和 Microsoft Visual Basic 代码应改用 矩阵 构造函数。 |
GetIsIdentity(Matrix) |
返回提供的 矩阵 是否表示 标识 转换。 C# 和 Microsoft Visual Basic 代码应改用 IsIdentity 。 |
Transform(Matrix, Point) |