Click or drag to resize

BaseImageProcessingSearcherElementCalcCircleRadius Method

Calculates the radius of the circle which is used to mark points of interest in result images.

Namespace: RAYLASE.Marker.JobElement.ImageProcessing
Assembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
Syntax
C#
protected int CalcCircleRadius(
	int optLineThickness
)

Parameters

optLineThickness  Int32
The optimized line thickness calculated by CalcOptimizedLineThickness().

Return Value

Int32
The radius the marking circle will have.
See Also