BaseImageProcessingSearcherElementCalcCircleRadius Method |
Calculates the radius of the circle which is used to mark points of
interest in result images.
Namespace: RAYLASE.Marker.JobElement.ImageProcessingAssembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
Syntaxprotected int CalcCircleRadius(
int optLineThickness
)
Parameters
- optLineThickness Int32
- The optimized line thickness calculated
by CalcOptimizedLineThickness().
Return Value
Int32The radius the marking circle will have.
See Also