TransformBuilder class
TransformBuilder class
Builder class for creating SVG transform attribute strings.
The TransformBuilder type exposes the following members:
Constructors
| Constructor | Description |
|---|---|
| init | Constructs a new instance of TransformBuilder |
Methods
| Method | Description |
|---|---|
| matrix | Adds a matrix transform to the builder. |
| translate | Adds a translate transform to the builder. |
| scale | Adds a scale transform to the builder. |
| rotate | Adds a rotate transform to the builder. |
| skew_x | Adds a skewX transform to the builder. |
| skew_y | Adds a skewY transform to the builder. |
| build | Builds the transform attribute string. |
See Also
- module
aspose.svg.builder