C# Class 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.
Inheritance: IScreenShot
Mostrar archivo Open project: peteblois/rooler

Public Methods

Method Description
GetLocalPixel ( int x, int y ) : int
GetScreenPixel ( int x, int y ) : int
VirtualizedScreenShot ( ) : System

Method Details

GetLocalPixel() public method

public GetLocalPixel ( int x, int y ) : int
x int
y int
return int

GetScreenPixel() public method

public GetScreenPixel ( int x, int y ) : int
x int
y int
return int

VirtualizedScreenShot() public method

public VirtualizedScreenShot ( ) : System
return System