TransformationMatrixMultiply(TransformationMatrix, Single) Operator
Scales all elements in a matrix by the given scalar factor.
Namespace: KGySoft.Drawing.ShapesAssembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 10.0.0-rc.1
public static TransformationMatrix operator *(
TransformationMatrix matrix,
float scalar
)
Public Shared Operator * (
matrix As TransformationMatrix,
scalar As Single
) As TransformationMatrix
public:
static TransformationMatrix operator *(
TransformationMatrix matrix,
float scalar
)
static let inline (*)
matrix : TransformationMatrix *
scalar : float32 : TransformationMatrix
- matrix TransformationMatrix
- The source matrix.
- scalar Single
- The scaling value to use.
TransformationMatrixThe resulting matrix.