TransformationMatrixAddition Operator

Adds each matrix element in a with its corresponding element in b.

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 summed values.

See Also