C# Class Capture.Interface.Screenshot

Inheritance: System.MarshalByRefObject, IDisposable
显示文件 Open project: remcoros/Direct3DCapture Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
Screenshot ( System.Guid requestId, byte capturedBitmap ) : System
Screenshot ( System.Guid requestId, byte capturedBitmap, int width, int height, int pitch ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
Disconnect ( ) : void

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

InitializeLifetimeService ( ) : object

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

Screenshot() public method

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

Screenshot() public method

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
return System