Click or drag to resize

IMcFrames Interface

A collection of the pixel buffer's frames.

Namespace:  MediaCy.IQL.Engine
Assembly:  MediaCy.IQL.Engine (in MediaCy.IQL.Engine.dll) Version: 10.0.6912.0
Syntax
VB
Public Interface IMcFrames
	Inherits IEnumerable

The IMcFrames type exposes the following members.

Properties
  NameDescription
Public propertyCount
Returns the number of frames in the collection
Public propertyFrameIndices
An array of the FrameIndex property values for each frame in the collection
Public propertyItem
A McFrame object found in the collection.
Public propertyParentImage
The "parent" McImage of this frames collection.
Top
Methods
  NameDescription
Public methodAdd
Add frames to this collection from the ParentImage's frames
Public methodDuplicate
Duplicate frames from this collection into a new McFrames instance
Public methodGetEnumerator
Public methodRemove
Remove frames from this collection
Top
Remarks
This collection gives access to a pixel buffer's frames (if any) and their properties.
See Also