Point Constructor (Single, Object, String)

Create animation point with time, value and formula.

Namespace:  Aspose.Slides.Animation
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public Point(
	float time,
	Object value,
	string formula
)

Parameters

time
Type: SystemSingle
value
Type: SystemObject
formula
Type: SystemString
See Also