Click or drag to resize

IMcCaptFramesItem Property

Gets a capture frame from the capture frames collection.

Namespace:  MediaCy.IQL.Capture
Assembly:  MediaCy.IQL.Capture (in MediaCy.IQL.Capture.dll) Version: 10.0.6912.0
Syntax
VB
ReadOnly Default Property Item ( 
	FrameID As Object
) As McCaptFrame
	Get

Parameters

FrameID
Type: SystemObject
Frame ID passed in.

Property Value

Type: McCaptFrame
Remarks
Returns the capture frame object specified by Frame ID.
See Also