Click or drag to resize

IMcAlignmentReferenceFrame Property

Reference (anchor) frame of auto alignment.

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

Property Value

Type: Int32
Remarks
The frame index is 0-based and can not exceed the number of frames set in SetSourceForAlignment.
Examples
VB
'set all frames of the active image
ThisApplication.ActiveImage.Alignment.SetSourceForAlignment
'use frame 6 as anchor frame
ThisApplication.ActiveImage.Alignment.ReferenceFrame = 5
ThisApplication.ActiveImage.Alignment.CalculateAlignment
ThisApplication.ActiveImage.Alignment.CreateAlignedImage
See Also