Initializes a new instance of the TimeAnimationValue class

Namespace: Spire.Presentation.Drawing.Animation
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 6.6.2.0 (6.6.2.6020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
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
Single
value
Object
formula
String

See Also