AffineTransform.Multiply
AffineTransform.Multiply method
Multiplies a by b.
public static AffineTransform Multiply(ref AffineTransform a, ref AffineTransform b)
Parameter | Type | Description |
---|---|---|
a | AffineTransform& | The left transform. |
b | AffineTransform& | The right transform. |
Return Value
A new AffineTransform
structure.
The returned value will use a decomposed representation it these two conditions are met:
- Arguments a and b are also in decomposed form.
- The result of the operation is decomposable.
Otherwise the returned value will use a Matrix representation.
See Also
- struct AffineTransform
- namespace Aspose.CAD.FileFormats.GLB.Transforms
- assembly Aspose.CAD