Image (XNode Ability)

From LabVIEW Wiki
(Redirected from GetImage (XNode Ability))
Jump to: navigation, search
Image (XNode Ability)
List of XNode Abilities
Public Name:GetImage

This ability VI is used to describe your XNode's appearance. The origin of Image corresponds to the top-left corner of your XNode. The bounds of your XNode are used to crop this image. If you want LabVIEW to update your image, you need to inform it through the UpdateImage or UpdateImageAndBounds replies. Any areas where you do not draw are transparent, so regions intended to appear white should be explicitly drawn.

Remember to localize any strings that are part of your image.

Default behavior: None.

This ability does not provide UI and OS messages are not handled.