Click or drag to resize

TimeAnimationValue Constructor (Single, Object, String)

Initializes a new instance of the TimeAnimationValue class

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
)

Parameters

time
Type: System Single
value
Type: System Object
formula
Type: System String
See Also