Click or drag to resize

IMcPixelBuffer Properties

The IMcPixelBuffer type exposes the following members.

Properties
  NameDescription
Public propertyActiveFrameIndex
Public propertyBufferMcImage
Public propertyColorMap
Used by the image interface to support getting or changing the color map (palette) of an image.
Public propertyColorMapLength
Used by the image interface to support getting the length color map (palette) of an image. Returns 0 (zero) if not an indexed color image or if the color map has not been set.
Public propertyCurrentImageType
Public propertyDate
Public propertyDefaultPseudoColor
The default McPseudoColor instance backing the McImage.AttachPseudoColor and McImage.GetCurrentPseudoColor methods. .
Public propertyFrame
Public propertyFrameCount
Public propertyFramePseudoColor
The custom McPseudoColor associated with a frame, if any.
Public propertyFrames
Public propertyMemoryAutoLockLimit
The percentage of physical memory automatically locked for each McRegionAccess instance.
Public propertyMemoryFreeLogical
The largest free logical block, in MegaBytes.
Public propertyMemoryFreePhysical
The MBytes of physical memory currently free.
Public propertyMemoryUsageLimit
The percentage of physical memory used for all image storage before swapping to disk occurs.
Public propertyMemoryVirtualReserve
The percentage of virtual memory reserved for application use.
Public propertyNextAccessPriorityForDiscard
A NextAccessPriority level below which discardable node memory (mcPixelBufferInitFlags.mpbifDiscardableImageData) is allowed to discard.
Public propertyNotifyingFrame
Set to the frame notifying during a PropertyChange notify with one of the mcFramesPropertyIDs. .
Public propertyProcessID
The ProcessID of this McPixelBuffer instance.
Public propertyQuickType
Public propertyRangeMax
Used to change the default minimum value expected within the image.
Public propertyRangeMin
Used by the image interface to change the dynamic range of the pixel buffer's image type.
Public propertyRegionAccess
Public propertySizeX
Public propertySizeY
Public propertyThreadID
The ThreadID of this McPixelBuffer instance.
Public propertyUpdateCount
Top
See Also