// ректангл размером 100x1 // pt1(0,0) for(int i=0;i<10;i++) { pt.y=i; bmd2.copyPixels(mbd, rect,pt1,null,pt,true); // Нарисовать (bmd2); }