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
Показать файл Открыть проект

Открытые методы

Метод Описание
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