Click or drag to resize

IMcCaptFramesAdd Method

Adds a McCaptFrame object to the McCaptFrames collection.

Namespace:  MediaCy.IQL.Capture
Assembly:  MediaCy.IQL.Capture (in MediaCy.IQL.Capture.dll) Version: 10.0.6912.0
Syntax
VB
Function Add ( 
	FrameID As Integer
) As McCaptFrame

Parameters

FrameID
Type: SystemInt32
Frame ID to create.

Return Value

Type: McCaptFrame
Remarks
The McCaptFrame object is created by this function if it is not already in the list. Returns the created capture frame object
See Also