IMcImages Interface |
![]() |
Namespace: MediaCy.IQL.Engine
Public Interface IMcImages Inherits IEnumerable
The IMcImages type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | Count | Count of images in the Images collection |
![]() ![]() | Item | Returns a McImage object found in the collection. |
Name | Description | |
---|---|---|
![]() | Add | Creates a new IMcImage instance and optionally adds it to the McImages
collection. |
![]() | AddFromHilHandle | Create an image based on a legacy Image Pro HIL image. |
![]() | AddFromMemory | Allows access to user-created image buffers. |
![]() | GetEnumerator | |
![]() | Open | Create a new IMcImage from an image file. |
![]() | Remove | Removes an image from the collection. |
![]() | RemoveAll | All members of the Engine.Images collection are removed from
the collection. |