Jump to content

Picture data type

From LabVIEW Wiki
Revision as of 06:16, 4 August 2026 by Q (talk | contribs) (Basic description and Op-Code List)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The picture data type contains a series of insructions to draw an image rather than an array of pixel data. However, when using Draw Flattened Pixmap or Picture to Pixmap these instructions are translated to the traditional bitmap arrays and lost.

Op Codes

Op-Code List
Item Op-Code
new font 0
set pixel 4
move pen 5
move pen to 6
draw line 7
draw line to 8
rectangle frame 9
rectangle fill 10
oval frame 11
oval fill 12
arc frame 13
arc fill 14
gray out rect 15
poly line 16
poly line fill 17
text box 18
round rect frame 24
round rect fill 25
copy pixmap 29
copy pixmap with mask 40
select pen 41