MyIntersectNodeSort Public class
Diagram
flowchart LR classDef interfaceStyle stroke-dasharray: 5 5; classDef abstractStyle stroke-width:4px subgraph iTextSharp.text.pdf.parser.clipper iTextSharp.text.pdf.parser.clipper.MyIntersectNodeSort[[MyIntersectNodeSort]] end subgraph System.Collections.Generic System.Collections.Generic.IComparer_1[[IComparer]] end System.Collections.Generic.IComparer_1 --> iTextSharp.text.pdf.parser.clipper.MyIntersectNodeSort
Members
Methods
Public methods
|
Returns |
Name |
|---|---|
|
|
(
node1,
node2) |
Details
Inheritance
-
IComparer<IntersectNode>
Constructors
MyIntersectNodeSort
public MyIntersectNodeSort()
Methods
Compare
Source code
public virtual int Compare(IntersectNode node1, IntersectNode node2)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
node1 |
|
|
|
node2 |
Generated with ModularDoc