ScreenIHandlerGetImage 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 Image GetImage(
RectangleF rect
)
Function GetImage (
rect As RectangleF
) As Image
abstract GetImage :
rect : RectangleF -> Image
Parameters
- rect
- Type: Eto.DrawingRectangleF
Rectangle to get the screen contents
Return Value
Type:
ImageA new image (Icon or Bitmap) representing the specified rectangle
See Also