This method retrieves a raster image from the clipboard.
[Visual Basic] Public Function
GetFromClipBoard() As Boolean
[C#] public bool GetFromClipBoard();
Parameters
None
Return Value
Returns True if successful. Returns False if unsuccessful.
Explanation
The GetFromClipBoard method retrieves a raster image from the clipboard.
If successful, the image will be set in the property referred to by the LayerNumber property (either the Image property or the Layer(LayerNumber).Image property)Note: This method retrieves only raster images from the clipboard.
See Also
ImageKit Members | Newtone.ImageKit.Win.ImageKit