orient method
Contents
[
Hide
]orient
Sets the ‘orient’ attribute of the SVG ‘marker’ element, specifying the orientation of the marker.
Returns
The current instance of SVGMarkerElementBuilder for method chaining.
def orient(self, auto):
...
Parameter | Type | Description |
---|---|---|
auto | Orient | The orientation setting, either ‘auto’ or a specific angle. |
orient
Sets the ‘orient’ attribute of the SVG ‘marker’ element, specifying the orientation angle of the marker.
Returns
The current instance of SVGMarkerElementBuilder for method chaining.
def orient(self, angle, unit):
...
Parameter | Type | Description |
---|---|---|
angle | float | The angle of orientation. |
unit | AngleUnits | The unit of measurement for the angle (default is degrees). |
See Also
- module
aspose.svg.builder
- class
SVGMarkerElementBuilder