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

WMPreLoadedFrame Class

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

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

Syntax

Visual Basic
Public NotInheritable Class WMPreLoadedFrame _
	Inherits PreLoadedFrame
C#
public sealed class WMPreLoadedFrame : PreLoadedFrame

Remarks

This frame is returned for unseekable movies and, therefore, already contains a bitmap, in contrast to WMFrame.

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