C# Class Rooler.ScreenShot

Inheritance: IScreenShot
Afficher le fichier Open project: peteblois/rooler Class Usage Examples

Méthodes publiques

Méthode 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

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

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

ScreenShot() public méthode

public ScreenShot ( ) : System
Résultat System

ScreenShot() public méthode

public ScreenShot ( System.Windows.Media.Imaging.BitmapSource bitmap ) : System
bitmap System.Windows.Media.Imaging.BitmapSource
Résultat System

ScreenShot() public méthode

public ScreenShot ( IntRect screenBounds ) : System
screenBounds IntRect
Résultat System

ScreenShot() public méthode

public ScreenShot ( IntRect screenBounds, bool keepBitmap ) : System
screenBounds IntRect
keepBitmap bool
Résultat System