BaseFoundImageProcessingObjectIsCenterEqual Method |
Checks if this object has the same center as the other object.
Namespace: RAYLASE.Marker.JobElement.ImageProcessingAssembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
Syntaxpublic 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
Booleantrue, if both objects have the same center.
See Also