C# 클래스 Rooler.ScreenShot

상속: IScreenShot
파일 보기 프로젝트 열기: peteblois/rooler 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
Capture ( IntRect bounds ) : void
Init ( System.Windows.Media.Imaging.BitmapSource bitmap ) : void

메소드 상세

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

ScreenShot() 공개 메소드

public ScreenShot ( ) : System
리턴 System

ScreenShot() 공개 메소드

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

ScreenShot() 공개 메소드

public ScreenShot ( IntRect screenBounds ) : System
screenBounds IntRect
리턴 System

ScreenShot() 공개 메소드

public ScreenShot ( IntRect screenBounds, bool keepBitmap ) : System
screenBounds IntRect
keepBitmap bool
리턴 System