Click or drag to resize

IMcImage2 Interface

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

The IMcImage2 type exposes the following members.

Properties
  NameDescription
Public propertyCommandData
Public propertyCommandFlags
Public propertyImageState
State flags for the image.
Top
Methods
  NameDescription
Public methodCode exampleCopyToNewImageEx
Copy all or a portion of an image to a new image.
Public methodCode exampleCreateRegionAccess2
Create a McRegionAccess interface for pixel access, where access may be read-only, write-only or read-write.
Public methodCreateScaledAoi
Scale and optionally rotate and/or translate a McFeatures object in to a new one.
Public methodDoCommand
Public methodGetSourceInfo
Find the source from which this image was created, if possible.
Public methodImportPropertiesOfSelectedFrames
Calls ImportProperties but applies the per-frame import to only selected frames.
Public methodSetImageStateUserFlags
Sets or clears one or more of the user-settable flags in the ImageState property.
Public methodSetSource
Assign the source from which this image was created
Top
See Also