GUI_ClipBoardBlob
This callback event returns a blob image data when using RxCore.getClipRect() and RxCore.useClipboardCallback(true) has been called.
Callback Parameters
imageblob: blob - A blob with image data from the clipped rectangle.
Example
RxCore.GUI_ClipBoardBlob.connect(function(imageblob){
//assign an image or canvas to display the blob here.
});