ImageViewOptionsCommandActiveFrameIndices Method
|
|
Returns array of frame indices that will be processed by any image operation.
Namespace:
MediaCy.Viewers.Image
Assembly:
MediaCy.Viewers.Image (in MediaCy.Viewers.Image.dll) Version: 3.1.0.0
SyntaxPublic Function ActiveFrameIndices As List(Of Long)
Return Value
Type:
ListInt64The function checks UseActiveFrameRange option and returns
only ActiveFrameIndex when it's false or all indices in ActiveFrameRange
when it's true.
Remarks
See Also