C# Class Rooler.ScreenShot

Inheritance: IScreenShot
Mostrar archivo Open project: peteblois/rooler Class Usage Examples

Public Methods

Method Description
GetLocalPixel ( int x, int y ) : int
GetScreenPixel ( int x, int y ) : int
ScreenShot ( ) : System
ScreenShot ( System.Windows.Media.Imaging.BitmapSource bitmap ) : System
ScreenShot ( IntRect screenBounds ) : System
ScreenShot ( IntRect screenBounds, bool keepBitmap ) : System

Private Methods

Method Description
Capture ( IntRect bounds ) : void
Init ( System.Windows.Media.Imaging.BitmapSource bitmap ) : void

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

ScreenShot() public method

public ScreenShot ( ) : System
return System

ScreenShot() public method

public ScreenShot ( System.Windows.Media.Imaging.BitmapSource bitmap ) : System
bitmap System.Windows.Media.Imaging.BitmapSource
return System

ScreenShot() public method

public ScreenShot ( IntRect screenBounds ) : System
screenBounds IntRect
return System

ScreenShot() public method

public ScreenShot ( IntRect screenBounds, bool keepBitmap ) : System
screenBounds IntRect
keepBitmap bool
return System