Art.Affine.Multiply Method
Multiplies two affine transforms together, i.e. the resulting dst is equivalent to doing first src1 then src2.

Syntax

public static void Multiply (double[] dst, double[] src1, double[] src2)

Parameters

dst
Where to store the resulting affine transform.
src1
The first affine transform to multiply.
src2
The second affine transform to multiply.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: Art
Assembly: art-sharp (in art-sharp.dll)