Get VI Hierarchy Image Scaled
- Updated2025-01-28
- 4 minute(s) read
Get VI Hierarchy Image Scaled
Gets the scaled image of the VI Hierarchy.
Parameters
Name | Data type | Required | Description |
---|---|---|---|
Image Depth | ![]() |
Yes | Indicates the color depth, or number of supported colors, of the image: 1 (1-bit, black and white), 4 (4-bit, 16 colors), 8 (8-bit, 256 colors), or 24 (24-bit, true color). The default is 8. |
Image Data | ![]() |
Yes |
Information about the image so you can use the Draw Flattened Pixmap VI to draw it as a picture or use the Graphics Formats VIs to save the image to a file.
This cluster is similar to the image data output of the Read JPEG File, Read PNG File, and Read BMP File VIs.
|
Maximum Width | ![]() |
Yes | Specifies the width of the returned image. If this input is 0, the width of the returned image is the same size as the default image when it is displayed in the VI Hierarchy window. Also, LabVIEW cannot distort the returned image if the specifiedMaximum Width and Maximum Height parameters do not retain the same ratio as the default image. |
Maximum Height | ![]() |
Yes | Specifies the height of the returned image. If this input is 0, the height of the returned image is the same size as the default image when it is displayed in the VI Hierarchy window. Also, LabVIEW cannot distort the returned image if the specifiedMaximum Width and Maximum Height parameters do not retain the same ratio as the default image. |
VI To Highlight | ![]() |
Yes | Specifies the VI to highlight within the hierarchy image. In addition to placing a purple border around the specified VI, LabVIEW expands or collapses the hierarchy to focus on the VI. |
Remarks
The following table lists the characteristics of this method.
Short Name | Get Hier Img Scaled |
Data type | No return value |
Available in Run-Time Engine | Yes |
Available in Real-Time Operating System | Yes |
Remote access allowed | Yes |