MatrixMultiply(Matrix) Method |
Multiplies this Matrix by the matrix specified in the matrix parameter, by prepending the specified Matrix.
Namespace: Easymap.AddIn.Common.GraphicsAssembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntaxpublic void Multiply(
Matrix m
)
Public Sub Multiply (
m As Matrix
)
Parameters
- m Matrix
- The Matrix by which this Matrix is to be multiplied.
See Also