Click or drag to resize

MyIntersectNodeSortCompare Method

[Missing <summary> documentation for "M:ClipperLib.MyIntersectNodeSort.Compare(ClipperLib.IntersectNode,ClipperLib.IntersectNode)"]

Namespace:  ClipperLib
Assembly:  Starfield.Utils (in Starfield.Utils.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public int Compare(
	IntersectNode node1,
	IntersectNode node2
)

Parameters

node1
Type: ClipperLibIntersectNode

[Missing <param name="node1"/> documentation for "M:ClipperLib.MyIntersectNodeSort.Compare(ClipperLib.IntersectNode,ClipperLib.IntersectNode)"]

node2
Type: ClipperLibIntersectNode

[Missing <param name="node2"/> documentation for "M:ClipperLib.MyIntersectNodeSort.Compare(ClipperLib.IntersectNode,ClipperLib.IntersectNode)"]

Return Value

Type: Int32

[Missing <returns> documentation for "M:ClipperLib.MyIntersectNodeSort.Compare(ClipperLib.IntersectNode,ClipperLib.IntersectNode)"]

Implements

IComparerTCompare(T, T)
See Also