TransformationMatrixUnaryNegation Operator

Negates the given matrix by multiplying all values by -1.

Definition

Namespace: KGySoft.Drawing.Shapes
Assembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 10.0.0-rc.1
C#
public static TransformationMatrix operator -(
	TransformationMatrix value
)

Parameters

value  TransformationMatrix
The source matrix.

Return Value

TransformationMatrix
The negated matrix.

See Also