TransformBuilder.Matrix
TransformBuilder.Matrix method
Adds a matrix transform to the builder.
public TransformBuilder Matrix(double a, double b, double c, double d, double e, double f)
| Parameter | Type | Description |
|---|---|---|
| a | Double | The a component of the matrix. |
| b | Double | The b component of the matrix. |
| c | Double | The c component of the matrix. |
| d | Double | The d component of the matrix. |
| e | Double | The e component of the matrix. |
| f | Double | The f component of the matrix. |
Return Value
The current TransformBuilder instance.
See Also
- class TransformBuilder
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG