Sorry! I am a IMAQ user. And I try to find an answer before. But I still can't found anything about my question.
In fact, I want to combine some image. Now, I use a stupid way to slove it. First, using ImageToArray function to generate 2D matrix. Then, copy the matrix to another large matrix. Finally, I will get all data about these images and use ArrayToImage function to generate an image. But it's spend much times.