FoundCornerCompareTo Method |
Compares this corner with another one.
Namespace: RAYLASE.Marker.JobElement.ImageProcessingAssembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
Syntaxpublic int CompareTo(
Object obj
)
Parameters
- obj Object
- The other corner.
Return Value
Int321: if this.Distance < obj.Distance.
-1: if this.Distance > obj.Distance.
0: if both distances are equal.
Implements
IComparableCompareTo(Object)
See Also