Click or drag to resize

IMcImage Methods

The IMcImage type exposes the following members.

Methods
  NameDescription
Public methodAddFrameFromMemory
Add a single frame created by the Capture Module to an image.
Public methodAddFrames
Add empty (blank) frames to an image.
Public methodAttachPseudoColor
This method sets the image's defalt pseudo-coloring for all frames.
Public methodBeginEndUpdateBlock
Begin or end a block of image changed notifications.
Public methodClear
Clear a portion of the image to a constant value
Public methodClose
Remove the image from the Images collection if it is part of it.
Public methodCompareSignature
Compare given signature to current image signature
Public methodConvert
Creates a copy of the Aoi of this image with a different type.
Public methodConvertEx
Creates a copy of the AOI of this image with a different type.
Public methodCode exampleCopyToNewImage
Copy all or a portion of an image to a new image.
Public methodCode exampleCreateRegionAccess
Create a McRegionAccess interface for read/write pixel access.
Public methodCode exampleCreateRegionAccessEx
Create a McRegionAccess interface for pixel access, where access may be read-only, write-only or read-write.
Public methodDuplicate
Create a clone of the Aoi of this image.
Public methodGetArea
Get a block of pixel values from the image
Public methodGetCurrentPseudoColor
This method supports getting the image's default pseudo-coloring.
Public methodGetLine
Get a line of pixels values.
Public methodGetPixel
Get a pixel value.
Public methodImportProperties
This method imports selected properties from a source image.
Public methodMoveFrames
Move frames from one image to another.
Public methodPrepareToClose
Does any preparation necessary before closing the image.
Public methodPutArea
Change a block of pixel values of the image.
Public methodPutLine
Change the pixel values of a line of the image.
Public methodPutPixel
Set a pixel value.
Public methodReload
Reload this image from the file it was originally loaded from.
Public methodRemoveFrames
Remove frames from an image
Public methodReorderFrames
This method re-orders the frames of an image.
Public methodSave
Saves this image to the file it was originally loaded from.
Public methodSaveAs
Saves this image into a file.
Public methodSetInitialSignature
Set the initial 128-bit image signature.
Public methodCode exampleSetNextAccessPriority
Sets the next access priority for specified frames
Public methodSignalImageChanged
Notify the image that a frame has changed via means external to the McImage methods.
Top
See Also