LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

way to programmatically resize 7.X image control?

Is there a way to programatically resize an IMAQ image control on a front panel? I do not want all the controls on the panel to resize, just the image control (no global scaling).
0 Kudos
Message 1 of 2
(2,595 Views)
Hello,

It doesn't appear that there is going to be a way to programmatically resize the IMAQ Image Display control.

However, you could use either an Intensity Graph or a Picture Control instead. For these, you would need to use a Property Node with the PlotAreaSize or DrawAreaSize properties (respectively). The following example programs demonstrate how to snap an image into these controls:

High-level Snap in Intensity Graph
High-level Snap in Picture Control

Best Reg
ards,

Jesse D.
Applications Engineer
National Instruments
0 Kudos
Message 2 of 2
(2,595 Views)