| IMcRegionAccess Methods |   | 
The IMcRegionAccess type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|  | BeginEndUpdateBlock | used to prevent "Image Changed" notifications when
the client is applying a series of updates. | 
|  | ConvertImage | 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. | 
|  | CopyInEntireArea | Copy in the entire region access area from a source region access. | 
|  | CreateImage | Create an image that duplicates the image data using the region access's area and casting. | 
|  | FreeDIBBlock | |
|  | GetArea | Read a block of pixel values from the image. | 
|  | GetBounds | Retrieves the bounding coordinates for the current IMcRegionAccess object. | 
|  | GetDIBBlock | |
|  | GetLine | Read an entire row of an image. | 
|  | GetLinePointer | Return a memory pointer to a line of the image. | 
|   | GetPixel | Read a single pixel from an image. | 
|  | GetRegionMaskOffset | Returns the current RegionMask offset values | 
|  | Initialize | Internally used intialization method | 
|  | LineSegmentIntensities | Gets optionally calibrated intensities for a segment of one line | 
|  | PixelIntensities | Gets interpolated and optionally calibrated intensities at zero or more given coordiantes | 
|  | PutArea | Write a block of pixels to an image. | 
|  | PutLine | Writes an entire row of pixels into an image. | 
|  | PutPixel | Read a single pixel from an image. | 
|  | RefreshIfCast | Refreshes the image if it is based on another image and that
image has changed. | 
|   | SetRegionMaskOffset | Sets the current RegionMask offset values | 
|  | SetToConstant | Sets an area of the image to a single value. | 
|  | SignalImageChanged | 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. | 
|  | UnlockPixelPointer | Unlock pixel memory | 
 See Also
See Also