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

属性

适用于

另请参阅