Xceed Chart for WinForms v4.4 Documentation
CopyToClipboard(PixelFormat,Boolean) Method


Xceed.Chart.Core.v4.4 Assembly > Xceed.Chart.Core Namespace > ImageExport Class > CopyToClipboard Method : CopyToClipboard(PixelFormat,Boolean) Method
Places a bitmap containing the current chart image in the clipboard.
Syntax
'Declaration
 
Public Overloads Sub CopyToClipboard( _

   ByVal pixelFormat As PixelFormat, _

   ByVal grayscale As Boolean _

) 
'Usage
 
Dim instance As ImageExport

Dim pixelFormat As PixelFormat

Dim grayscale As Boolean

 

instance.CopyToClipboard(pixelFormat, grayscale)
public void CopyToClipboard( 

   PixelFormat pixelFormat,

   bool grayscale

)

Parameters

pixelFormat
grayscale
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

Reference

ImageExport Class
ImageExport Members
Overload List