C# 클래스 Capture.Interface.Screenshot

상속: System.MarshalByRefObject, IDisposable
파일 보기 프로젝트 열기: remcoros/Direct3DCapture 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
Screenshot ( System.Guid requestId, byte capturedBitmap ) : System
Screenshot ( System.Guid requestId, byte capturedBitmap, int width, int height, int pitch ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
Disconnect ( ) : void

Disconnects the remoting channel(s) of this object and all nested objects.

InitializeLifetimeService ( ) : object

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

Screenshot() 공개 메소드

public Screenshot ( System.Guid requestId, byte capturedBitmap ) : System
requestId System.Guid
capturedBitmap byte
리턴 System

Screenshot() 공개 메소드

public Screenshot ( System.Guid requestId, byte capturedBitmap, int width, int height, int pitch ) : System
requestId System.Guid
capturedBitmap byte
width int
height int
pitch int
리턴 System