点击或拖拽改变大小

MatrixInvert 方法

Replaces matrix with the inverse of the transformation. This will throw an InvalidOperationException if !HasInverse

命名空间:  CPF.Drawing
程序集:  CPF (在 CPF.dll 中) 版本:0.8.8.5
语法
C#
public void Invert()
异常
异常条件
InvalidOperationException This will throw an InvalidOperationException if the matrix is non-invertable
参见