Click or drag to resize

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
Syntax
VB
Public Function ActiveFrameIndices As List(Of Long)

Return Value

Type: ListInt64
The function checks UseActiveFrameRange option and returns only ActiveFrameIndex when it's false or all indices in ActiveFrameRange when it's true.
Remarks