The following tables list the members exposed by Matrix.
Name | Description | |
---|---|---|
Matrix Constructor | Overloaded. |
Name | Description | |
---|---|---|
Identity | Gets an identity matrix. | |
IsIdentity | Gets a boolean value indicating whether this matrix is an identity matrix. | |
IsSealed | Gets whether the instance has already been sealed through the Seal method. (Inherited from Infragistics.Documents.Reports.SealableBase) | |
M11 | Gets or sets value at the first row, first column of the matrix. | |
M12 | Gets or sets value at the first row, second column of the matrix. | |
M21 | Gets or sets value at the second row, first column of the matrix. | |
M22 | Gets or sets value at the second row, second column of the matrix. | |
OffsetX | Gets or sets X-offset. | |
OffsetY | Gets or sets Y-offset. |
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. |