DicomObjects.NET.V8
DicomObjects Namespace / DicomImage Class / Copy Method



    Copy Method
    Copies the image to the Windows clipboard
    Syntax
    'Declaration
     
    Public Sub Copy() 
     
    'Usage
     
    Dim instance As DicomImage
     
    instance.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 that would be displayed, in that Width, Level and Frame are used to locate and pre-process the image, but Zoom, ScrollX and ScrollY are not.
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also