SVGAnimateMotionElementBuilder.Rotate
Rotate(double)
Sets the ‘rotate’ attribute, defining the rotation of the animated element.
public SVGAnimateMotionElementBuilder Rotate(double degrees)
Parameter | Type | Description |
---|---|---|
degrees | Double | The degrees of rotation. |
Return Value
The current instance of SVGAnimateMotionElementBuilder for method chaining.
See Also
- class SVGAnimateMotionElementBuilder
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG
Rotate(Rotate)
Sets the ‘rotate’ attribute using a predefined rotation value.
public SVGAnimateMotionElementBuilder Rotate(Rotate value)
Parameter | Type | Description |
---|---|---|
value | Rotate | The predefined rotation value. |
Return Value
The current instance of SVGAnimateMotionElementBuilder for method chaining.
See Also
- enum Rotate
- class SVGAnimateMotionElementBuilder
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG