Click or drag to resize

IMcIntensityCalibGetSamplePoints Method

Get an array of sampling points used to calculate the calibration LUT.

Namespace:  MediaCy.IQL.Calibrations
Assembly:  MediaCy.IQL.Calibrations (in MediaCy.IQL.Calibrations.dll) Version: 10.0.6912.0
Syntax
VB
Function GetSamplePoints ( 
	<OutAttribute> ByRef pValPts As Object
) As Integer

Parameters

pValPts
Type: SystemObject

Return Value

Type: Int32
HRESULT
Remarks
Sampling points come in pairs of double floating point values. The first value in the pair is the raw gray level, the second value is the corresponding calibrated value. See Type for details.
See Also