C# 클래스 PredatorCV.Sources.Desktop

Created by Agha Ali Raza.
상속: ISource
파일 보기 프로젝트 열기: genecyber/PredatorCV

공개 메소드들

메소드 설명
GetDesktopImage ( int destX, int destY, int cx, int cy ) : Bitmap
QueryFrame ( ) : byte>.Image
QueryFrame ( int destX, int destY, int cx, int cy ) : byte>.Image

메소드 상세

GetDesktopImage() 공개 메소드

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

QueryFrame() 공개 메소드

public QueryFrame ( ) : byte>.Image
리턴 byte>.Image

QueryFrame() 공개 메소드

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