DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomImage Class / Copy Method






In This Topic
    Copy Method
    In This Topic
    Copies the image to the Windows clipboard
    Syntax
    'Declaration
     
    
    Public Sub Copy() 
    'Usage
     
    
    Dim instance As DicomImage
     
    instance.Copy()
    public void Copy()
    public procedure Copy(); 
    public function Copy();
    public: void Copy(); 
    public:
    void 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.8 or higher

    See Also