Capture.Interface.Screenshot.Screenshot C# (CSharp) Method

Screenshot() public method

public Screenshot ( System.Guid requestId, byte capturedBitmap ) : System
requestId System.Guid
capturedBitmap byte
return System
        public Screenshot(Guid requestId, byte[] capturedBitmap)
        {
            _requestId = requestId;
            _capturedBitmap = capturedBitmap;
        }

Same methods

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