IMcLineProfilesFrameIndex Property
|
|
A read-write property specifying which image frame the ProfileValues
should be taken from.
Namespace:
MediaCy.IQL.Features
Assembly:
MediaCy.IQL.Features (in MediaCy.IQL.Features.dll) Version: 10.0.6912.0
SyntaxProperty FrameIndex As Integer
Get
Set
Property Value
Type:
Int32
RemarksThe default value of McActiveFrame (-2) means that ActiveFrameIndex
of the ancestor image data should be used for the luminance data. Assigning
a value from 0 up through McImage.FrameCount-1 will result in ProfileValues
being computed for that frame.
See Also