TimeAnimationValue Constructor (Single, Object, String)
|
Namespace:
Spire.Presentation.Drawing.Animation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public TimeAnimationValue(
float time,
Object value,
string formula
)
Public Sub New (
time As Single,
value As Object,
formula As String
)
public:
TimeAnimationValue(
float time,
Object^ value,
String^ formula
)
new :
time : float32 *
value : Object *
formula : string -> TimeAnimationValue
Parameters
-
time
-
Type:
System
Single
-
value
-
Type:
System
Object
-
formula
-
Type:
System
String
See Also