Nevron .NET Vision
Nevron.GraphicsCore Namespace / NImage Class / CopyToClipboard Method


In This Topic
    CopyToClipboard Method (NImage)
    In This Topic
    Places the image generated on the clipboard.
    Syntax
    'Declaration
     
    
    Public MustOverride Sub CopyToClipboard() 
    'Usage
     
    
    Dim instance As NImage
     
    instance.CopyToClipboard()
    public abstract void CopyToClipboard()
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also