Click or drag to resize

IMcAlignAlgUserPlaneShiftX Property

Total shift per plane in X.

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

Property Value

Type: Single
Examples
VB
'correct regular horizontal image shift
ThisApplication.ActiveImage.Alignment.AlignMethodUser.PlaneShiftX = 7.5
ThisApplication.ActiveImage.Alignment.AlignMethodUser.PlaneShiftY = 0
ThisApplication.ActiveImage.Alignment.AlignMethod = mcAlignMethodUser
'use all frames of the active image
ThisApplication.ActiveImage.Alignment.SetSourceForAlignment
ThisApplication.ActiveImage.Alignment.CalculateAlignment
ThisApplication.ActiveImage.Alignment.CreateAlignedImage
See Also