バージョン

GetInverse メソッド (TransformUtil)

この変換の逆変換(MatrixTransform として)を取得します。
シンタックス
'宣言
 
Public Shared Function GetInverse( _
   ByVal transform As GeneralTransform _
) As MatrixTransform
public static MatrixTransform GetInverse( 
   GeneralTransform transform
)

パラメータ

transform

戻り値の型

新しい行列変換、または行列を逆にできない場合は null。
参照