C# 클래스 Rooler.VirtualizedScreenShot

On large screens we occasionally run out of memory when trying to take a screenshot of the entire area. There are a couple of scenarios where we need to access large areas of the screen, so this virtualizes the loading of that and only captures areas on demand.
상속: IScreenShot
파일 보기 프로젝트 열기: peteblois/rooler

공개 메소드들

메소드 설명
GetLocalPixel ( int x, int y ) : int
GetScreenPixel ( int x, int y ) : int
VirtualizedScreenShot ( ) : System

메소드 상세

GetLocalPixel() 공개 메소드

public GetLocalPixel ( int x, int y ) : int
x int
y int
리턴 int

GetScreenPixel() 공개 메소드

public GetScreenPixel ( int x, int y ) : int
x int
y int
리턴 int

VirtualizedScreenShot() 공개 메소드

public VirtualizedScreenShot ( ) : System
리턴 System