Matrix Methods

The Matrix type exposes the following members.

Methods
  NameDescription
Public methodGetTranspose
Returns a new matrix which is a transpose of the current matrix. The transposed matrix is an inversion of the current matrix, if the current matrix was a valid rotation matrix.
Public methodToString
Returns a string that represents the current matrix.
(Overrides ObjectToString.)
Public methodTransform(IEnumerablePoint)
Transforms the given points using the current matrix.
Public methodTransform(Point)
Transforms the given point using the current matrix.
Public methodTranspose
Transposes a matrix. The resulting matrix is an inversion of the current matrix, if the current matrix was a valid rotation matrix.
Top
See Also
Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next