SVGAnimateTransformElementBuilder.Type
SVGAnimateTransformElementBuilder.Type method
Sets the ’type’ attribute of the SVG ‘animateTransform’ element, specifying the type of transformation.
public SVGAnimateTransformElementBuilder Type(TransformationType type)
Parameter | Type | Description |
---|---|---|
type | TransformationType | The type of transformation (e.g., translate, rotate, scale). |
Return Value
The current instance of SVGAnimateTransformElementBuilder for method chaining.
See Also
- enum TransformationType
- class SVGAnimateTransformElementBuilder
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG