TransformationMatrixSubtraction Operator

Subtracts each matrix element in b from its corresponding element in a.

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 a,
	TransformationMatrix b
)

Parameters

a  TransformationMatrix
The first source matrix.
b  TransformationMatrix
The second source matrix.

Return Value

TransformationMatrix
The matrix containing the resulting values.

See Also