IMcFrames Interface |
|
Namespace: MediaCy.IQL.Engine
Public Interface IMcFrames Inherits IEnumerable
The IMcFrames type exposes the following members.
| Name | Description | |
|---|---|---|
| Count | Returns the number of frames in the collection | |
| FrameIndices | An array of the FrameIndex property values for each frame in the collection | |
| Item | A McFrame object found in the collection. | |
| ParentImage | The "parent" McImage of this frames collection. |
| Name | Description | |
|---|---|---|
| Add | Add frames to this collection from the ParentImage's frames | |
| Duplicate | Duplicate frames from this collection into a new McFrames instance | |
| GetEnumerator | ||
| Remove | Remove frames from this collection |