C# 클래스 PsHandler.Custom.ScreenCapture

파일 보기 프로젝트 열기: kampiuceris/PsHandler

공개 메소드들

메소드 설명
GetBitmapRectangleFromScreen ( Rectangle rect ) : Bitmap
GetBitmapScreensAll ( ) : System.Drawing.Bitmap[]
GetBitmapWindow ( IntPtr handle ) : Bitmap
GetBitmapWindowClient ( IntPtr handle ) : Bitmap

메소드 상세

GetBitmapRectangleFromScreen() 공개 정적인 메소드

public static GetBitmapRectangleFromScreen ( Rectangle rect ) : Bitmap
rect System.Drawing.Rectangle
리턴 System.Drawing.Bitmap

GetBitmapScreensAll() 공개 정적인 메소드

public static GetBitmapScreensAll ( ) : System.Drawing.Bitmap[]
리턴 System.Drawing.Bitmap[]

GetBitmapWindow() 공개 정적인 메소드

public static GetBitmapWindow ( IntPtr handle ) : Bitmap
handle System.IntPtr
리턴 System.Drawing.Bitmap

GetBitmapWindowClient() 공개 정적인 메소드

public static GetBitmapWindowClient ( IntPtr handle ) : Bitmap
handle System.IntPtr
리턴 System.Drawing.Bitmap