Click or drag to resize

IMcImage Properties

The IMcImage type exposes the following members.

Properties
  NameDescription
Public propertyActiveFrameIndex
Get the 0-based index value of the active frame
Public propertyActiveFrameRange
The range(s) of active frames.
Public propertyActiveFrameUpdateCount
A count of updates to the active frame's pixels.
Public propertyAllFramesUpdateCount
A count of updates to all frame's pixels.
Public propertyArtist
Get the "Artist" property of the image.
Public propertyBitsPerChannel
Get the number of bits per channels of the image
Public propertyBytesPerChannel
Get the number of bytes per channel of an image.
Public propertyCode exampleCastingSourceRange
The source luminance range for pixel value casts during CreateRegionAccess
Public propertyCollection
Public propertyColorMap
A property representing the image's color map.
Public propertyColorMapLength
A read-only property returning the length of the image's color map.
Public propertyCurrentSignature
Get the current 128-bit image signature, as a string
Public propertyDate
A read/write property reflecting the date and time of creation of the image or of a frame of the image.
Public propertyDescription
Get the "Description" property of the image.
Public propertyDisplayName
A read/write property reflecting a display name for the image.
Public propertyDotsPerInchX
Get the number of dots per inch along the X axis of the image (horizontal axis).
Public propertyDotsPerInchY
A read/write property reflecting the number of dots per inch along the Y axis of the image (vertical axis).
Public propertyFrame
Returns one of the frames being managed by this image
Public propertyFrameCount
Get the number of frames in the image
Public propertyFrames
A new image frames collection (IMcFrames).
Public propertyHeight
Public propertyInitialSignature
Get the initial 128-bit image signature, as a string
Public propertyCode exampleIntensityCalibration
A default IntensityCalibration
Public propertyInterpretation
Get the type multi-channel image.
Public propertyLookupTable
The default luminance McLookupTable for this image.
Public propertyLookupTables
The image's default LUT collection.
Public propertyModified
Indicates whether image frame data have been changed.
Public propertyName
A read/write property reflecting a parseable name for the image.
Public propertyNumberOfChannels
Get the number of channels in the image
Public propertyPixelBuffer
Get IMcPixelBuffer interface pointer.
Public propertyPixelDataType
Public propertyProperties
Get pointer to image properties interface (McProperties).
Public propertyProperty
Get a property from the properties collection attached to the image. Same as Properties.get_Item.
Public propertyPropertyChangeCount
A count of changes to image properties.
Public propertyQuickType
Get an enumerated image type.
Public propertyRangeMax
A double floating point variable representing the maximum pixel value allowed by the image type.
Public propertyRangeMin
A double floating point variable representing the minimum pixel value allowed by the image type.
Public propertyCode exampleSpatialCalibration
A default SpatialCalibration
Public propertyTitle
Get the "Title" property of the image.
Public propertyCode exampleType
Describes the image properties via the IMcImageType object.
Public propertyUndoStack
Public propertyUseActiveFrameRange
Determines whether operations will apply to the active frame or the active range of frames.
Public propertyCode exampleVisible
Determines whether the image is visible in the application.
Public propertyWidth
Get the width of the image, in pixels.
Top
See Also