Click or drag to resize

IMcImages Interface

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

The IMcImages type exposes the following members.

Properties
  NameDescription
Public propertyCode exampleCount
Count of images in the Images collection
Public propertyCode exampleItem
Returns a McImage object found in the collection.
Top
Methods
  NameDescription
Public methodAdd
Creates a new IMcImage instance and optionally adds it to the McImages collection.
Public methodAddFromHilHandle
Create an image based on a legacy Image Pro HIL image.
Public methodAddFromMemory
Allows access to user-created image buffers.
Public methodGetEnumerator
Public methodOpen
Create a new IMcImage from an image file.
Public methodRemove
Removes an image from the collection.
Public methodRemoveAll
All members of the Engine.Images collection are removed from the collection.
Top
See Also