Click or drag to resize

IMcCompositeHostSourceBinningCorrectionXY Property

One Source binning correction XY or an array of all Source binning corrections XY.

Namespace:  MediaCy.IQL.Operations
Assembly:  MediaCy.IQL.Operations (in MediaCy.IQL.Operations.dll) Version: 10.0.6912.0
Syntax
VB
Property SourceBinningCorrectionXY ( 
	Optional lSourceIndex As Integer = -1
) As Object
	Get
	Set

Parameters

lSourceIndex (Optional)
Type: SystemInt32
Index of the source of interest, or -1 for all sources.

Property Value

Type: Object
Remarks
Each source has an associated X,Y binning correction. This is the magnification necessary to align the size of the source to the other sources. Binning corrections will generally be an integral value greater than 1, correcting for CCD array binning done during image acquisition. The X,Y binning correction is represented by a length-2 array of values (or a DOUBLEPOINT) giving an X,Y binning correction for spatially scaling the source image. The binning scaling is applied before the SourceOffsetXY are applied. This property is exposed as a scalar DOUBLEPOINT or an array thereof.
See Also