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


Xceed.Chart.Core.v4.4 Assembly > Xceed.Chart.Core Namespace > ImageExport Class > CopyToClipboard Method : CopyToClipboard(Size,PixelFormat,Boolean) Method
Places a bitmap containing the current chart image in the clipboard.
Syntax
'Declaration
 
Public Overloads Sub CopyToClipboard( _
   ByVal dimensions As Size, _
   ByVal pixelFormat As PixelFormat, _
   ByVal grayscale As Boolean _
) 
'Usage
 
Dim instance As ImageExport
Dim dimensions As Size
Dim pixelFormat As PixelFormat
Dim grayscale As Boolean
 
instance.CopyToClipboard(dimensions, pixelFormat, grayscale)
public void CopyToClipboard( 
   Size dimensions,
   PixelFormat pixelFormat,
   bool grayscale
)

Parameters

dimensions
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