Click or drag to resize

ScreenGetImage Method

Gets a copy of a portion of the screen as an image

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public Image GetImage(
	RectangleF rect
)

Parameters

rect
Type: Eto.DrawingRectangleF
Rectangle to get the screen contents

Return Value

Type: Image
A new image (Icon or Bitmap) representing the specified rectangle
See Also