ImageAnimator::CanAnimate Method (Image^)

 

Returns a Boolean value indicating whether the specified image contains time-based frames.

Namespace:   System.Drawing
Assembly:  System.Drawing (in System.Drawing.dll)

public:
static bool CanAnimate(
	Image^ image
)

Parameters

image
Type: System.Drawing::Image^

The Image object to test.

Return Value

Type: System::Boolean

This method returns true if the specified image contains time-based frames; otherwise, false.

.NET Framework
Available since 1.1
Return to top
Show: