C# Class Capture.Interface.Screenshot

Inheritance: System.MarshalByRefObject, IDisposable
Afficher le fichier Open project: remcoros/Direct3DCapture Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
Disconnect ( ) : void

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

InitializeLifetimeService ( ) : object

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Screenshot() public méthode

public Screenshot ( System.Guid requestId, byte capturedBitmap ) : System
requestId System.Guid
capturedBitmap byte
Résultat System

Screenshot() public méthode

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
Résultat System