Point constructor
init
Default constructor.
def __init__(self):
...
init
Create animation point with time, value and formula.
def __init__(self, time, value, formula):
...
| Parameter | Type | Description |
|---|---|---|
| time | float | |
| value | any | |
| formula | str |
See Also
- class
Point - module
aspose.slides.animation - library
Aspose.Slides