Click or drag to resize

IMcCompositeHostExecuteComposite Method

Execute the current composite.

Namespace:  MediaCy.IQL.Operations
Assembly:  MediaCy.IQL.Operations (in MediaCy.IQL.Operations.dll) Version: 10.0.6912.0
Syntax
VB
Function ExecuteComposite ( 
	Optional ExecuteFlags As mcCompositeHostExecuteFlags = mcCompositeHostExecuteFlags.mccchefDefault
) As McImage

Parameters

ExecuteFlags (Optional)
Type: MediaCy.IQL.OperationsmcCompositeHostExecuteFlags
Flags to control optional aspects of the color compositing process. Currently only one flag (mcchefAddToSourceImageSet) is defined. However, the Status property has a number of flag bits that affect the created image.

Return Value

Type: McImage
The composited destination image.
Remarks
The created image will be un-named, non-visible and not part of the Images collection.
See Also