次の方法で共有


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 を返します。

適用対象