Copies the selected area of the image to the clipboard.
Visual Basic |
---|
Public Sub DoMainCopyPageToClipboard() |
All the pixels of the selected area are copied and the resolution of the bitmap is set to resize the image to the viewed size, regardless of the actual screen resolution.
Note: If no area is selected, the entire image is considered selected.