Click or drag to resize

FoundCircleCompareTo Method

Compares this circle with another one. if

Namespace: RAYLASE.Marker.JobElement.ImageProcessing
Assembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
Syntax
C#
public int CompareTo(
	Object obj
)

Parameters

obj  Object
The other circle.

Return Value

Int32
-1 if this.Size.Length < obj.Size.Length or if this.Distance > obj.Distance. 1 if this.Size.Length > obj.Size.Length or if this.Distance < obj.Distance

Implements

IComparableCompareTo(Object)
See Also