is there any GDI or GDI+ function or method that copies part of client area?
something like this:

char p[100000];
copy(hdc, p, rectangle(10,10,100,100));
paste(hdc, p, x, y);

You may need the BitBlt API, take a look at this

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.