Name | Description | |
---|---|---|
Apply | Applies a geometric transform represented by the System.Numerics.Matrix3x2 to the provided System.Drawing.RectangleF. | |
CreateMatrix3x2 | Creates new matrix. | |
GetElements | Gets an array of floating point value representing the System.Numerics.Matrix3x2. | |
Invert | Inverts the System.Numerics.Matrix3x2 if it can be inverted. | |
Rotate | Applies a clockwise rotation, around the origin and by the indicated angle, to the System.Numerics.Matrix3x2. | |
RotateAt | Applies a clockwise rotation to the System.Numerics.Matrix3x2, around the point specified and by the indicated angle, in the order specified. | |
RotateDeg | Applies a clockwise rotation, around the origin and by the indicated angle, to the System.Numerics.Matrix3x2. | |
Scale | Prepends a scale vector to the System.Numerics.Matrix3x2. | |
Transform | Applies a geometric transform represented by the System.Numerics.Matrix3x2 to the provided point. | |
TransformPoints | Overloaded. Applies a geometric transform represented by the System.Numerics.Matrix3x2 to the provided points. | |
Translate | Prepends the specified translation vector to the System.Numerics.Matrix3x2. |