Application class/Clipboard.Get Image method

From LabVIEW Wiki
Jump to: navigation, search
VI Server Method Information
Method ID 7ED
Scope Basic Development Environment
Data Name Clipboard.Get Image
Short Name* Clipboard.Get Image
Long Name* Clipboard:Get Image
* Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE.
Owning Class ID 1
Owning Class Name Application Class
Return Data Type No return value
Invoke Node Clipboard:Get Image
Available in Real-Time Operating SystemYes
Available in Run-Time EngineYes (Read/Write)
Remote access allowedYes

Returns the image currently stored on the clipboard.

The LabVIEW Run-Time Engine does not support the Clipboard:Get Image method. If you include this method in a built application, the method does not work properly.

Parameters

Data type Name Required Description
I32 Image Depth No Specifies the color depth of the image, which is the number of bits to use to describe the color of each pixel in the image. Valid values include 1, 4, and 8 (default) bits per pixel.
U8 Array Image No Array of bytes that describes the color of each pixel in the image in raster order. The value of Image Depth determines how LabVIEW interprets the value of this output.
U32 Array Colors No Array of RGB color values that correspond to the values in Image. The value of Image Depth determines how LabVIEW interprets the value of this output.
Numeric Cluster Bounds No Returns the bounding rectangle of the image as top, left, bottom, and right values.

Uses

History

Version Change(s)
LabVIEW 2018 More info to come.

See Also

External Links