Exemplo n.º 1
0
 public static POINTI ToPointC(this XY point)
 {
     return(POINTI.Ceiling(point.ToPoint()));
 }