Table of Contents

Property IsOk

Namespace
Alternet.Drawing
Assembly
Alternet.UI.Common.dll

IsOk

Gets a value indicating whether the animated image contains valid frame data and is ready for processing.

[Browsable(false)]
public virtual bool IsOk { get; }

Property Value

bool

Remarks

Use this property to determine if the object is in a usable state before performing operations that require valid frames. Returns true if the frames are initialized and the first frame's bitmap is available; otherwise, returns false.