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
{
public static class MatrixExtensions
{
public static Matrix3x2 ToMatrix3X2(this Matrix matrix);
}
}
.NET | 6.07.0 |
---|---|
Information specific to net7.0 | |
Assembly | Microsoft.Maui.Controls , Version=1.0.0.0, PublicKeyToken= |
Referencing | Requires all:
|
Platform Restrictions | This API is supported on all platforms. |
- Built-in API
- Package-provided API