IMcImage Methods |
|
The IMcImage type exposes the following members.
| Name | Description | |
|---|---|---|
| AddFrameFromMemory | Add a single frame created by the Capture Module to an image. | |
| AddFrames | Add empty (blank) frames to an image. | |
| AttachPseudoColor | This method sets the image's defalt pseudo-coloring for all frames. | |
| BeginEndUpdateBlock | Begin or end a block of image changed notifications. | |
| Clear | Clear a portion of the image to a constant value | |
| Close | Remove the image from the Images collection if it is part of it. | |
| CompareSignature | Compare given signature to current image signature | |
| Convert | Creates a copy of the Aoi of this image with a different type. | |
| ConvertEx | Creates a copy of the AOI of this image with a different type. | |
| CopyToNewImage | Copy all or a portion of an image to a new image. | |
| CreateRegionAccess | Create a McRegionAccess interface for read/write pixel access. | |
| CreateRegionAccessEx | Create a McRegionAccess interface for pixel access, where access may be
read-only, write-only or read-write. | |
| Duplicate | Create a clone of the Aoi of this image. | |
| GetArea | Get a block of pixel values from the image | |
| GetCurrentPseudoColor | This method supports getting the image's default pseudo-coloring. | |
| GetLine | Get a line of pixels values. | |
| GetPixel | Get a pixel value. | |
| ImportProperties | This method imports selected properties from a source image. | |
| MoveFrames | Move frames from one image to another. | |
| PrepareToClose | Does any preparation necessary before closing the image. | |
| PutArea | Change a block of pixel values of the image. | |
| PutLine | Change the pixel values of a line of the image. | |
| PutPixel | Set a pixel value. | |
| Reload | Reload this image from the file it was originally loaded from. | |
| RemoveFrames | Remove frames from an image | |
| ReorderFrames | This method re-orders the frames of an image. | |
| Save | Saves this image to the file it was originally loaded from. | |
| SaveAs | Saves this image into a file. | |
| SetInitialSignature | Set the initial 128-bit image signature. | |
| SetNextAccessPriority | Sets the next access priority for specified frames | |
| SignalImageChanged | Notify the image that a frame has changed via means external to the McImage methods. |