Cuts the current image to the clipboard.
Visual Basic |
---|
Public Sub CutToClipboard() |
This method places the current image on the clipboard. The hDIB property will not be valid after this operation. If you wish to save the image to file, the SaveFile method must be invoked prior to the CutToClipboard method.