Method Multiply
- Namespace
- SharpVectors.Dom.Svg
- Assembly
- SharpVectors.Core.dll
Multiply(SvgTransformF)
Multiplies this SvgTransformF by the specified SvgTransformF by prepending the specified SvgTransformF.
public void Multiply(SvgTransformF matrix)
Parameters
matrix
SvgTransformFThe SvgTransformF by which this SvgTransformF is to be multiplied.
Multiply(SvgTransformF, SvgTransformOrder)
Multiplies this SvgTransformF by the matrix specified in the matrix parameter, and in the order specified in the order parameter.
public void Multiply(SvgTransformF matrix, SvgTransformOrder order)
Parameters
matrix
SvgTransformFThe SvgTransformF by which this SvgTransformF is to be multiplied.
order
SvgTransformOrderThe SvgTransformOrder that represents the order of the multiplication.