Point constructor
init(self)
Default constructor.
def __init__(self):
...
init(self, time, value, formula)
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