BitmapCodecInfo.SupportsAnimation プロパティ

定義

コーデックがアニメーションをサポートしているかどうかを示す値を取得します。

public:
 virtual property bool SupportsAnimation { bool get(); };
public virtual bool SupportsAnimation { [System.Security.SecurityCritical] get; }
public virtual bool SupportsAnimation { get; }
[<get: System.Security.SecurityCritical>]
member this.SupportsAnimation : bool
member this.SupportsAnimation : bool
Public Overridable ReadOnly Property SupportsAnimation As Boolean

プロパティ値

Boolean

コーデックがアニメーションをサポートしている場合は true。それ以外の場合は false

属性

適用対象

こちらもご覧ください