Nevron .NET Vision
Nevron.Diagram.Extensions Namespace / NImageExporter Class / CopyToClipboard Method
Example


In This Topic
    CopyToClipboard Method (NImageExporter)
    In This Topic
    Copies the defined image content as a bitmap into the clipboard
    Syntax
    'Declaration
     
    
    Public Overridable Function CopyToClipboard() As System.Boolean
    'Usage
     
    
    Dim instance As NImageExporter
    Dim value As System.Boolean
     
    value = instance.CopyToClipboard()
    public virtual System.bool CopyToClipboard()
    Example
    The following example places a bitmap in the clipboard.
    imageExporter.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