AffineTransform.GetDecomposed

AffineTransform.GetDecomposed method

If this object represents a Matrix4x4, it returns a decomposed representation.

public AffineTransform GetDecomposed()

Exceptions

exceptioncondition
InvalidOperationExceptionThe matrix cannot be decomposed.

See Also