BCGControlBar Library for .NET
CopyImage Method




Places a bitmap copy of the image from editor area into the clipboard. Called by the framework when user clicks on the tool "Copy".
Syntax
'Declaration
 
Public Sub CopyImage() 
'Usage
 
Dim instance As ImageEditorArea
 
instance.CopyImage()
public void CopyImage()
public: void CopyImage(); 
public:
void CopyImage(); 
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

ImageEditorArea Class
ImageEditorArea Members

Send Feedback