This documentation is for the old version. Go to the latest Graphics Mill docs

PreLoadedFrame Class

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.

Inheritance Hierarchy

Thread Safety

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

Object Model




See Also

Reference