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
Afficher le fichier Open project: peteblois/rooler

Méthodes publiques

Méthode Description
GetLocalPixel ( int x, int y ) : int
GetScreenPixel ( int x, int y ) : int
VirtualizedScreenShot ( ) : System

Method Details

GetLocalPixel() public méthode

public GetLocalPixel ( int x, int y ) : int
x int
y int
Résultat int

GetScreenPixel() public méthode

public GetScreenPixel ( int x, int y ) : int
x int
y int
Résultat int

VirtualizedScreenShot() public méthode

public VirtualizedScreenShot ( ) : System
Résultat System