Click or drag to resize

IMcRegionAccess Methods

The IMcRegionAccess type exposes the following members.

Methods
  NameDescription
Public methodBeginEndUpdateBlock
used to prevent "Image Changed" notifications when the client is applying a series of updates.
Public methodConvertImage
Create an image that converts the image data using the region access's area and casting as the source, and the supplied type as the destination.
Public methodCopyInEntireArea
Copy in the entire region access area from a source region access.
Public methodCreateImage
Create an image that duplicates the image data using the region access's area and casting.
Public methodFreeDIBBlock
Public methodGetArea
Read a block of pixel values from the image.
Public methodGetBounds
Retrieves the bounding coordinates for the current IMcRegionAccess object.
Public methodGetDIBBlock
Public methodGetLine
Read an entire row of an image.
Public methodGetLinePointer
Return a memory pointer to a line of the image.
Public methodCode exampleGetPixel
Read a single pixel from an image.
Public methodGetRegionMaskOffset
Returns the current RegionMask offset values
Public methodInitialize
Internally used intialization method
Public methodLineSegmentIntensities
Gets optionally calibrated intensities for a segment of one line
Public methodPixelIntensities
Gets interpolated and optionally calibrated intensities at zero or more given coordiantes
Public methodPutArea
Write a block of pixels to an image.
Public methodPutLine
Writes an entire row of pixels into an image.
Public methodPutPixel
Read a single pixel from an image.
Public methodRefreshIfCast
Refreshes the image if it is based on another image and that image has changed.
Public methodCode exampleSetRegionMaskOffset
Sets the current RegionMask offset values
Public methodSetToConstant
Sets an area of the image to a single value.
Public methodSignalImageChanged
Used by clients, especially the Capture Module, to inform the system that the contents of the frame have changed via processes external to the IMcImage methods.
Public methodUnlockPixelPointer
Unlock pixel memory
Top
See Also