Matrix
Matrix(Double, Double, Double, Double, Double, Double)
Determinant
HasInverse
Identity
IsIdentity
M11
M12
M21
M22
OffsetX
OffsetY
Append(Matrix)
Invert()
Multiply(Matrix, Matrix)
Prepend(Matrix)
Rotate(Double)
RotateAt(Double, Double, Double)
RotateAtPrepend(Double, Double, Double)
RotatePrepend(Double)
Scale(Double, Double)
ScaleAt(Double, Double, Double, Double)
ScaleAtPrepend(Double, Double, Double, Double)
ScalePrepend(Double, Double)
SetIdentity()
Skew(Double, Double)
SkewPrepend(Double, Double)
Transform(Point)
Transform(Point[])
Translate(Double, Double)
TranslatePrepend(Double, Double)
operator *(Matrix, Matrix)
ToMatrix3X2(Matrix)
net7.0
namespace Microsoft.Maui.Controls.Shapes
{
[TypeConverter(typeof(MatrixTypeConverter))]
public struct Matrix
{
public double M11 { get; set; }
}
}
nuget.org | 0.0 %
Reference this API 0.0 %
Get property |
---|---|
.NET | 6.07.0 |
Information specific to net7.0 | |
Assembly | Microsoft.Maui.Controls , Version=1.0.0.0, PublicKeyToken= |
Referencing | Requires all:
|
Platform Restrictions | The property getter is supported on all platforms. The property setter is supported on all platforms. |
- Built-in API
- Package-provided API