Click or drag to resize

AnimationResource Constructor

Initializes a new instance of the AnimationResource class.

Namespace:  Ookii.Dialogs
Assembly:  Ookii.Dialogs (in Ookii.Dialogs.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public AnimationResource(
	string resourceFile,
	int resourceId
)

Parameters

resourceFile
Type: SystemString
The file containing the animation resource.
resourceId
Type: SystemInt32
The resource ID of the animation resource.
Exceptions
ExceptionCondition
ArgumentNullExceptionresourceFile is .
See Also