Click or drag to resize

IMcAlignmentTrimBorders Property

Defines whether the empty borders are trimmed on the output image.

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

Property Value

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