DicomObjects Reference
DicomObjects Reference / DicomImage Object / Copy Method
In This Topic
    Copy Method
    In This Topic
    Description
    Copies an image to the clipboard as a DIB
    Syntax
    Visual Basic
    Public Sub Copy() 
    Remarks
    The image is copied as a device independent bitmap (DIB), which can be imported into most graphical applications.
    The image generated is partially based on that which would be displayed, as WidthLevel and Frame are used to locate and pre-process the image, but ZoomScrollX and ScrollY are not.
    See Also