Matrix Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Xamarin.Forms.TypeConverter(typeof(Xamarin.Forms.Shapes.MatrixTypeConverter))]
public struct Matrix
type Matrix = struct
- Inheritance
-
System.ValueTypeMatrix
- Attributes
Constructors
Matrix(Double, Double, Double, Double, Double, Double) |
Properties
Determinant | |
HasInverse | |
Identity | |
IsIdentity | |
M11 | |
M12 | |
M21 | |
M22 | |
OffsetX | |
OffsetY |
Methods
Operators
Multiply(Matrix, Matrix) |