Click or drag to resize

MultiFrameProcessingCollectDataFromAllFrames Method

Collect data from all frames of the src to Data Collector. The function takes into account active frame range and UseActiveFrames options of the image

Namespace:  MediaCy.Commands
Assembly:  MediaCy.Commands (in MediaCy.Commands.dll) Version: 3.1.0.0
Syntax
VB
Public Shared Function CollectDataFromAllFrames ( 
	func As MultiFrameProcessingDoProcessing,
	src As Object,
	Optional bRestoreActiveFrame As Boolean = true,
	Optional bCollect As Boolean = true
) As Boolean

Parameters

func
Type: MediaCy.CommandsMultiFrameProcessingDoProcessing
Processing function defined in form of DoProcessing delegate
src
Type: SystemObject
Source image, which can be defined as McImage or McWindow
bRestoreActiveFrame (Optional)
Type: SystemBoolean
bCollect (Optional)
Type: SystemBoolean

Return Value

Type: Boolean
Remarks