TransformationMatrixUnaryNegation Operator
Negates the given matrix by multiplying all values by -1.
Namespace: KGySoft.Drawing.ShapesAssembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 10.0.0-rc.1
public static TransformationMatrix operator -(
TransformationMatrix value
)
Public Shared Operator - (
value As TransformationMatrix
) As TransformationMatrix
public:
static TransformationMatrix operator -(
TransformationMatrix value
)
static let inline (-)
value : TransformationMatrix : TransformationMatrix
- value TransformationMatrix
- The source matrix.
TransformationMatrixThe negated matrix.