다음을 통해 공유


ImageAnimator.CanAnimate(Image) 메서드

정의

지정된 이미지가 시간 기반 프레임을 가지고 있는지 여부를 나타내는 부울 값을 반환합니다.

public:
 static bool CanAnimate(System::Drawing::Image ^ image);
public static bool CanAnimate (System.Drawing.Image image);
public static bool CanAnimate (System.Drawing.Image? image);
static member CanAnimate : System.Drawing.Image -> bool
Public Shared Function CanAnimate (image As Image) As Boolean

매개 변수

image
Image

테스트할 Image 개체입니다.

반환

지정된 이미지가 시간 기반 프레임을 가지고 있으면 이 메서드는 true를 반환하고, 그렇지 않으면 false를 반환합니다.

적용 대상