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


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

    Parameters

    dimensions
    resolution
    imageFormat
    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