Click or drag to resize

IMcAlignmentCreateAlignedImage Method

Creates result aligned image.

Namespace:  MediaCy.IQL.Align
Assembly:  MediaCy.IQL.Align (in MediaCy.IQL.Align.dll) Version: 10.0.6912.0
Syntax
VB
Function CreateAlignedImage ( 
	Optional Flags As mcImageCreateFlags = mcImageCreateFlags.mcicfDefault
) As McImage

Parameters

Flags (Optional)
Type: MediaCy.IQL.EnginemcImageCreateFlags
image creation flags

Return Value

Type: McImage
Remarks
The method has to be called after alignment is calculated or set.
Examples
VB
'use all frames of the active image
ThisApplication.ActiveImage.Alignment.SetSourceForAlignment
ThisApplication.ActiveImage.Alignment.CalculateAlignment
'create image
ThisApplication.ActiveImage.Alignment.CreateAlignedImage
See Also