Point
Point()
Default constructor.
public Point()
See Also
- class Point
- namespace Aspose.Slides.Animation
- assembly Aspose.Slides
Point(float, object, string)
Create animation point with time, value and formula.
public Point(float time, object value, string formula)
Parameter | Type | Description |
---|---|---|
time | Single | |
value | Object | |
formula | String |
See Also
- class Point
- namespace Aspose.Slides.Animation
- assembly Aspose.Slides