You are here: GdPicture.NET > Documentation > Classes > GdPictureImaging Class > GdPictureImaging Methods > Creating, Loading & Closing GdPicture Image > CreateGdPictureImageFromClipboard Method
logo.gif
ContentsIndexHome
PreviousUpNext
GdPictureImaging.CreateGdPictureImageFromClipboard Method

Creates a new GdPicture Image from Clipboard content.

C#
public int CreateGdPictureImageFromClipboard();
Visual Basic
Public Function CreateGdPictureImageFromClipboard() As Integer
Returns

0: The image could not created. Use the GetStat() function to determine the reason this function failed. 

Non-zero: GdPicture Image Identifier. The created image.

If success, set the created image as the native GdPicture image.

What do you think about this topic? Send feedback!
Copyright (c) 2009-2011 www.gdpicture.com. All rights reserved.