示例#1
0
 void DoMinMax(PointD pt)
 {
     Minimum.KeepMinimum(pt);
     Maximum.KeepMaximum(pt);
 }