Example #1
0
 public override int Compare(CPoint cpt1, CPoint cpt2)
 {
     return(CCmpMethods.CmpCptXY(cpt1, cpt2));
 }