TransformationMatrix.Multiply
TransformationMatrix.Multiply method
Multiplies with another transformation matrix. Doesn’t change original transformation matrix, returns a new TransformationMatrix object.
public TransformationMatrix Multiply(TransformationMatrix matrix)
Parameter | Type | Description |
---|---|---|
matrix | TransformationMatrix | Transformation matrix to multiply with. |
Return Value
New TransformationMatrix object.
See Also
- class TransformationMatrix
- namespace Aspose.Font
- assembly Aspose.Font