Click or drag to resize

IMcRegionAccess Properties

The IMcRegionAccess type exposes the following members.

Properties
  NameDescription
Public propertyAccessedImage
The parent IMcImage.
Public propertyBottom
The image coordinate of the bottom side of the McRegionAccess ROI.
Public propertyChannelToProcess
A property that allows access and modifications to only a specific channel of a multi-spectral image.
Public propertyFastAccess
A flag that specifies the client is willing and capable of direct access to the image pixel.
Public propertyFrameIndex
A property containing the zero-based frame number of the IMcImage being displayed.
Public propertyHeight
The height of the McRegionAccess ROI.
Public propertyIsDisplayableDIB
A property intended for McViewer. Is true if the IMcImageType of the IMcRegionAccess object describes an image that is directly displayable without any conversion effort.
Public propertyLeft
The image coordinate of the left side of the McRegionAccess ROI.
Public propertyLinesAbove
The number of lines above the current line to be locked in memory.
Public propertyLinesBelow
The number of lines below the current line to be locked in memory.
Public propertyPixelPointer
Retrieves a pointer to the IMcPixelPointer object underlying the IMcregionAccess object. This property is intended for internal use.
Public propertyRangeMax
The maximum pixel value expected within the image. This property does not scan the image to find a maximum value. This property is a scalar and represents the image luminance value.
Public propertyRangeMin
The minimum pixel value expected within the image. This property does not scan the image to find a minimum value. This property is a scalar and represents the image luminance value.
Public propertyRegionMask
A McRegions instance to specify image masking.
Public propertyRight
The image coordinate of the right side of the McRegionAccess ROI.
Public propertyROI
The region-of-interest exposed as a LONGRECT
Public propertyTop
The image coordinate of the top side of the McRegionAccess ROI.
Public propertyTraversalMode
Optimizes large frame access by specifying how the ROI will be traversed.
Public propertyType
Describes the region access properties via the IMcImageType object.
Public propertyWidth
The width of the McRegionAccess ROI.
Top
See Also