C# Class PredatorCV.Sources.Desktop

Created by Agha Ali Raza.
Inheritance: ISource
Mostra file Open project: genecyber/PredatorCV

Public Methods

Method Description
GetDesktopImage ( int destX, int destY, int cx, int cy ) : Bitmap
QueryFrame ( ) : byte>.Image
QueryFrame ( int destX, int destY, int cx, int cy ) : byte>.Image

Method Details

GetDesktopImage() public method

public GetDesktopImage ( int destX, int destY, int cx, int cy ) : Bitmap
destX int
destY int
cx int
cy int
return System.Drawing.Bitmap

QueryFrame() public method

public QueryFrame ( ) : byte>.Image
return byte>.Image

QueryFrame() public method

public QueryFrame ( int destX, int destY, int cx, int cy ) : byte>.Image
destX int
destY int
cx int
cy int
return byte>.Image