ImageGear22.Core Assembly > ImageGear.Core Namespace > ImGearRasterPage Class : GetFromClipboard Method |
'Declaration Public Shared Function GetFromClipboard() As ImGearRasterPage
'Usage Dim value As ImGearRasterPage value = ImGearRasterPage.GetFromClipboard()
public static ImGearRasterPage GetFromClipboard()
public: static ImGearRasterPage* GetFromClipboard();
public: static ImGearRasterPage^ GetFromClipboard();
null
.Note: The supported pixel formats are 1-, 4-, 8-bit Indexed or 24-bit RGB format.
Note: The clipboard API can only be used in threads set to single thread apartment (STA) mode.
Note: The Windows clipboard does not support multiple access at the same time. It means, that attempt to use CopyToClipboard or GetFromClipboard simultaneously from multiple threads will lead to impossibility to copy/paste the image to/from the clipboard - the ImGearException will be thrown.