Table of Contents

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 SvgTransformF

The 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 SvgTransformF

The SvgTransformF by which this SvgTransformF is to be multiplied.

order SvgTransformOrder

The SvgTransformOrder that represents the order of the multiplication.