In The Hand LtdIn The Hand
CopyFromScreen Method (g, upperLeftSource, upperLeftDestination, blockRegionSize)
NamespacesInTheHand.DrawingGraphicsHelperCopyFromScreen(Graphics, Point, Point, Size)
.NET Components for Mobility
Performs a bit-block transfer of color data, corresponding to a rectangle of pixels, from the screen to the drawing surface of the Graphics.
Declaration Syntax
C#Visual Basic
public static void CopyFromScreen(
	Graphics g,
	Point upperLeftSource,
	Point upperLeftDestination,
	Size blockRegionSize
)
Public Shared Sub CopyFromScreen ( _
	g As Graphics, _
	upperLeftSource As Point, _
	upperLeftDestination As Point, _
	blockRegionSize As Size _
)
Parameters
g (Graphics)

[Missing <param name="g"/> documentation for "M:InTheHand.Drawing.GraphicsHelper.CopyFromScreen(System.Drawing.Graphics,System.Drawing.Point,System.Drawing.Point,System.Drawing.Size)"]

upperLeftSource (Point)
The point at the upper-left corner of the source rectangle.
upperLeftDestination (Point)
The point at the upper-left corner of the destination rectangle.
blockRegionSize (Size)
The size of the area to be transferred

Assembly: InTheHand.Drawing (Module: InTheHand.Drawing) Version: 7.0.0.0