TransformationMatrixAddition Operator
Adds each matrix element in a with its corresponding element in b.
Namespace: KGySoft.Drawing.ShapesAssembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 10.0.0-rc.1
public static TransformationMatrix operator +(
TransformationMatrix a,
TransformationMatrix b
)
Public Shared Operator + (
a As TransformationMatrix,
b As TransformationMatrix
) As TransformationMatrix
public:
static TransformationMatrix operator +(
TransformationMatrix a,
TransformationMatrix b
)
static let inline (+)
a : TransformationMatrix *
b : TransformationMatrix : TransformationMatrix
- a TransformationMatrix
- The first source matrix.
- b TransformationMatrix
- The second source matrix.
TransformationMatrixThe matrix containing the summed values.