Matrix 结构
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public value class Matrix
[System.ComponentModel.TypeConverter(typeof(Microsoft.Maui.Controls.Shapes.MatrixTypeConverter))]
public struct Matrix
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Maui.Controls.Shapes.MatrixTypeConverter))>]
type Matrix = struct
Public Structure Matrix
- 继承
-
Matrix
- 属性
构造函数
| Matrix(Double, Double, Double, Double, Double, Double) |
属性
| Determinant | |
| HasInverse | |
| Identity | |
| IsIdentity | |
| M11 | |
| M12 | |
| M21 | |
| M22 | |
| OffsetX | |
| OffsetY |
方法
运算符
| Multiply(Matrix, Matrix) |
扩展方法
| ToMatrix3X2(Matrix) |