For a list of all members of this type, see Matrix members.
| Name | Description | |
|---|---|---|
![]() | Clone | Creates a copy of this matrix. |
![]() | Multiply | Overloaded. Multiplies this matrix by the matrix specified in the matrix parameter, by prepending the specified matrix. |
![]() | Reset | Resets this matrix. |
![]() | Rotate | Overloaded. Applies the specified rotation to this matrix. |
![]() | RotateAt | Overloaded. Applies a rotation to this matrix around the point specified in the point parameter. |
![]() | Scale | Overloaded. Applies the specified scale vector to this matrix by prepending the scale vector. |
![]() | ScaleAt | Overloaded. Applies the specified scale vector to this matrix by prepending the scale vector. |
![]() | Seal | Makes the instance immutable. Any attempts to modify properties or members will result in an exception. (Inherited from Infragistics.Documents.Reports.SealableBase) |
![]() | Shear | Overloaded. Applies the specified shear vector to this matrix by prepending the shear vector. |
![]() | ShearAt | Overloaded. Applies the specified shear vector to this matrix by prepending the shear vector. |
![]() | Skew | Overloaded. Applies the specified skew vector to this matrix by prepending the skew vector. |
![]() | SkewAt | Overloaded. Applies the specified skew vector to this matrix by prepending the skew vector. |
![]() | ToNative | Gets native matrix. |
![]() | TransformPoint | Overloaded. Applies the geometric transform represented by this matrix to a specified point. |
![]() | TransformPoints | Overloaded. Applies the geometric transform represented by this matrix to a specified array of points. |
![]() | Translate | Overloaded. Applies the specified translation vector to this matrix. |