Search
IMatrix Methods
 


 Public Methods

  Name Description

Clone

Creates an exact clone of this matrix.

Inverse

Inverts this IMatrix, if it is invertible.

Multiply

 

Reset

Reset this matrix.

RotateAt

Overloaded.  

Scale

Applies the specified scale vector to this IMatrix by prepending the scale vector.

Shear

 

TransformPoint

Applies the geometric transform represented by this IMatrix to the specified point.

TransformPoints

Applies the geometric transform represented by this IMatrix to the specified array of points.

TransformRect

Applies the geometric transform represented by this IMatrix to the specified rectangle.

Translate

Applies the specified translation to this IMatrix by prepending the translation.

 See Also