This topic provides an example that shows how to use CBitmapContext::CopyRect() to copy from one screen area to another.
...
TPoint screenOrigin(0,0); // top left of the screen
TSize area1(100,100); // size of area to copy
rect.SetRect(screenOrigin,area1); // set rectangle to copy
TPoint offset(area1.iWidth,0); // target area to right of copied area
gc.CopyRect(offset,rect); // copy rect to target
...
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.