This method copies a raster image to the clipboard.

[Visual Basic] Public Function SetToClipBoard() As Boolean
[C#] public bool SetToClipBoard() ;

Parameters

None

Return Value

Returns True if successful. Returns False if unsuccessful.

Explanation

The SetToClipBoard method copies a raster image to the clipboard.

If successful, the image referred to by the LayerNumber property (either the Image property or the Layer(LayerNumber).Image property) will be copied to the clipboard.

If the image is a vector image, it will be converted to a raster image.

See Also

ImageKit Members | Newtone.ImageKit.Wpf.ImageKit

 

The ImageKit WPF is created by Newtone Corporation