Exemplo n.º 1
0
 public DragPoint(Point point, DragPointPosition position)
 {
     this.Point    = point;
     this.Position = position;
 }
Exemplo n.º 2
0
 public DragPoint(Point point, DragPointPosition position, DragPointType type)
 {
     this.Point    = point;
     this.Position = position;
     this.Type     = type;
 }