Nevron .NET Vision
Nevron.Chart Namespace / NImageExporter Class / CopyToClipboard Method / CopyToClipboard(INImageFormat) Method


In This Topic
    CopyToClipboard(INImageFormat) Method
    In This Topic
    Places an object corresponding to the specified image format in the clipboard.
    Syntax
    'Declaration
     
    
    Public Overloads Sub CopyToClipboard( _
       ByVal imageFormat As INImageFormat _
    ) 
    'Usage
     
    
    Dim instance As NImageExporter
    Dim imageFormat As INImageFormat
     
    instance.CopyToClipboard(imageFormat)
    public void CopyToClipboard( 
       INImageFormat imageFormat
    )

    Parameters

    imageFormat
    Remarks
    The dimensions of the image depend on the control size.
    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