Jak MSDN podaje, metoda CopyFromScreen wygląda mniej więcej tak public
public void CopyFromScreen( int sourceX, int sourceY, int destinationX, int destinationY, Size blockRegionSize )
a jej parametrami są
Parameters
sourceX
Type: System.Int32
The x-coordinate of the point at the upper-left corner of the source rectangle.
sourceY
Type: System.Int32
The y-coordinate of the point at the upper-left corner of the source rectangle.
destinationX
Type: System.Int32
The x-coordinate of the point at the upper-left corner of the destination rectangle.
destinationY
Type: System.Int32
The y-coordinate of the point at the upper-left corner of the destination rectangle.
blockRegionSize
Type: System.Drawing.Size
The size of the area to be transferred.
Proszę Was byście mi wytłumaczyli jak dziecku sposób użycia tej funkcji z różnymi parametrami, mam dziś zaćmienie mózgu.