Click or drag to resize

DIMcSpatial2DCalibEvents_BeforeValueConversionEventHandler Delegate

Namespace:  MediaCy.IQL.Calibrations.NonLinear
Assembly:  MediaCy.IQL.Calibrations.NonLinear (in MediaCy.IQL.Calibrations.NonLinear.dll) Version: 10.0.6912.0
Syntax
VB
Public Delegate Sub DIMcSpatial2DCalibEvents_BeforeValueConversionEventHandler ( 
	Calib As McSpatial2DCalib,
	vConvertUnitsTo As Object,
	dfValue As Double,
	<OutAttribute> ByRef pdfConvertedVal As Double,
	<OutAttribute> ByRef bCancel As Boolean
)

Parameters

Calib
Type: MediaCy.IQL.Calibrations.NonLinearMcSpatial2DCalib
vConvertUnitsTo
Type: SystemObject
dfValue
Type: SystemDouble
pdfConvertedVal
Type: SystemDouble
bCancel
Type: SystemBoolean
See Also