Click or drag to resize

IMcSpatial2DCalibCalibratePoints Method

Calculate calibrated point from pixel based point by designated axis' calibration

Namespace:  MediaCy.IQL.Calibrations.NonLinear
Assembly:  MediaCy.IQL.Calibrations.NonLinear (in MediaCy.IQL.Calibrations.NonLinear.dll) Version: 10.0.6912.0
Syntax
VB
Sub CalibratePoints ( 
	Axis As mcSpatial2DAxis,
	InPoints As Object,
	<OutAttribute> ByRef pOutPoints As Object,
	Optional NumPoints As Integer = 0
)

Parameters

Axis
Type: MediaCy.IQL.Calibrations.NonLinearmcSpatial2DAxis
InPoints
Type: SystemObject
pOutPoints
Type: SystemObject
NumPoints (Optional)
Type: SystemInt32
Remarks
InPoints could be a short, long, float or double array. If NumPoints==0 (default), all points in array InPoints will be calculated; If NumPoints>0, only NumPoints points in the beginning will be calculated. An error will be returned if NumPoints < 0, or if no calibration is set for designated axis, or if there is an error for InPoints array type or size. An exception will be generated if meeting any problem for pOutPoints.
See Also