Version

Matrix Class Properties

For a list of all members of this type, see Matrix members.

Public Properties
 NameDescription
Public Propertystatic (Shared in Visual Basic)IdentityGets an identity matrix.  
Public PropertyIsIdentityGets a boolean value indicating whether this matrix is an identity matrix.  
Public PropertyIsSealedGets whether the instance has already been sealed through the Seal method. (Inherited from Infragistics.Documents.Reports.SealableBase)
Public PropertyM11Gets or sets value at the first row, first column of the matrix.  
Public PropertyM12Gets or sets value at the first row, second column of the matrix.  
Public PropertyM21Gets or sets value at the second row, first column of the matrix.  
Public PropertyM22Gets or sets value at the second row, second column of the matrix.  
Public PropertyOffsetXGets or sets X-offset.  
Public PropertyOffsetYGets or sets Y-offset.  
See Also