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
)
Public Sub New (
time As Single,
value As Object,
formula As String
)
public:
Point(
float time,
Object^ value,
String^ formula
)
new :
time : float32 *
value : Object *
formula : string -> Point
Parameters
- time
- Type: SystemSingle
- value
- Type: SystemObject
- formula
- Type: SystemString
See Also