This class represents a frame returned by FormatReader and always containing a bitmap.

Namespace: Aurigma.GraphicsMill.Codecs
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

Visual Basic

Public MustInherit Class PreLoadedFrame _
	Inherits Frame

C#

public abstract class PreLoadedFrame : Frame

Remarks

This abstract class is used for reading unseekable movies and, therefore, such kind of frames should already contain a bitmap, in contrast to the Frame objects.

Thread Safety

Static members of this type are safe for multi-threaded operations. Instance members of this type are safe for multi-threaded operations.