ClipboardSetImage Method

CVB.Net Documentation
Copy a Image object to the clipboard.

Namespace:  Stemmer.Cvb.Wpf
Assembly:  Stemmer.Cvb.Wpf (in Stemmer.Cvb.Wpf.dll) Version: 14.0.0.0
Syntax

public static void SetImage(
	Image image
)

Parameters

image
Type: Stemmer.CvbImage
image to be copied to the clipboard.
Exceptions

ExceptionCondition
ArgumentNullExceptionIf the image parameter is null
ObjectDisposedExceptionIf the image has already been disposed
ExternalExceptionIf copying to the clipboard failed
See Also

Reference