Click or drag to resize

BaseFoundImageProcessingObjectIsCenterEqual Method

Checks if this object has the same center as the other object.

Namespace: RAYLASE.Marker.JobElement.ImageProcessing
Assembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
Syntax
C#
public bool IsCenterEqual(
	BaseFoundImageProcessingObject fo,
	double delta
)

Parameters

fo  BaseFoundImageProcessingObject
The other object.
delta  Double
The value the center coordinates are allowed to differ to be considered as the same.

Return Value

Boolean
true, if both objects have the same center.
See Also