Exemplo n.º 1
0
 public ClipperDoublePoint(ClipperIntPoint ip) : this(ip.X, ip.Y)
 {
 }
Exemplo n.º 2
0
 public ClipperIntPoint(ClipperIntPoint pt) : this(pt.X, pt.Y)
 {
 }