Click or drag to resize

IMcAlignmentExpandBorders Property

Defines whether the output image is expanded to include full frames of the aligned sequence.

Namespace:  MediaCy.IQL.Align
Assembly:  MediaCy.IQL.Align (in MediaCy.IQL.Align.dll) Version: 10.0.6912.0
Syntax
VB
Property ExpandBorders As Boolean
	Get
	Set

Property Value

Type: Boolean
Remarks
The option doesn't have effect if TrimBorders is activated.
Examples
VB
'use all frames of the active image
ThisApplication.ActiveImage.Alignment.SetSourceForAlignment
ThisApplication.ActiveImage.Alignment.CalculateAlignment
ThisApplication.ActiveImage.Alignment.TrimBorders = False
ThisApplication.ActiveImage.Alignment.ExpandBorders = True
ThisApplication.ActiveImage.Alignment.CreateAlignedImage
See Also