Question
duplicate channel and move it
i want to duplicate the channel from file_A to file_B.
and need to move it or set the position.
i found "channel.duplicate(Doc)" and "channel.duplicate(Obj,location)"
i have tried "channel.duplicate(Doc)", but itll locate {0px,0px}.
now, i want to use "channel.duplicate(Obj,location)"
like set it to {200px,200px} from {0px,0px}
but i dont konw how to use it..
Regards,