Click or drag to resize

IMcLiveTilingProcessImage Method

Process new image candidate for tiling.

Namespace:  MediaCy.IQL.Live
Assembly:  MediaCy.IQL.Live (in MediaCy.IQL.Live.dll) Version: 10.0.6912.0
Syntax
VB
Function ProcessImage ( 
	Optional Flags As mcImageCreateFlags = mcImageCreateFlags.mcicfDefault,
	<OptionalAttribute> vTargetImage As Object
) As McImage

Parameters

Flags (Optional)
Type: MediaCy.IQL.EnginemcImageCreateFlags
vTargetImage (Optional)
Type: SystemObject

Return Value

Type: McImage
Remarks
This function can be used to feed images in background thread. Check Status to see if drawing rectangle or output image has been changed.
See Also