BCGControlBar Library for .NET
PasteImage Method




Inserts the bitmap from clipboard at the Image Editor Area. Called by the framework when user clicks on the tool "Paste".
Syntax
'Declaration
 
Public Sub PasteImage() 
'Usage
 
Dim instance As ImageEditorArea
 
instance.PasteImage()
public void PasteImage()
public: void PasteImage(); 
public:
void PasteImage(); 
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