SplinePathBuilder constructor
init
Initializes a new instance of the SplinePathBuilder class.
def __init__(self):
...
init
Initializes a new instance of the SplinePathBuilder class.
def __init__(self, tension):
...
| Parameter | Type | Description |
|---|---|---|
| tension | float | The tension. |
init
Initializes a new instance of the SplinePathBuilder class.
def __init__(self, trace_smoother, trace_simplifier, tension):
...
| Parameter | Type | Description |
|---|---|---|
| trace_smoother | IImageTraceSmoother | The trace smoother. |
| trace_simplifier | IImageTraceSimplifier | The trace simplifier. |
| tension | float | The tension. |
See Also
- module
aspose.svg.imagevectorization - class
SplinePathBuilder