OnScreenshotResponse() public method

public OnScreenshotResponse ( Int32 clientPID, System.Guid requestId, byte bitmapData ) : void
clientPID System.Int32
requestId System.Guid
bitmapData byte
return void
Example #1
0
 public void processData(byte[] imageData, int width, int height, PixelFormat fmt)
 {
     ssInterface.OnScreenshotResponse(pid, requestId, width, height, fmt, imageData);
 }