OpenLvVision_Overlays.lvlib:OverlayLabeledRectangleBoundingBox.vi
Overlays an rectangle with text on top of an image.


| error in error in can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs. Right-click the error in control on the front panel and select Explain Error or Explain Warning from the shortcut menu for more information about the error. |

| status status is TRUE (X) if an error occurred or FALSE (checkmark) to indicate a warning or that no error occurred. Right-click the error in control on the front panel and select Explain Error or Explain Warning from the shortcut menu for more information about the error. |

| code |

| source source describes the origin of the error or warning. Right-click the error in control on the front panel and select Explain Error or Explain Warning from the shortcut menu for more information about the error. |

| Image Reference In An Image reference is a handle to the actual image data in memory. It's important to note that you are responsible for manually releasing (deallocating) the memory associated with this image reference when it's no longer needed to prevent memory leaks. |

| Text Text to display on the label. |

| BoundingBox The coordinates of the rectangle s corners |

| TopLeft |

| X |

| Y |

| TopRight |

| X |

| Y |

| BottomRight |

| X |

| Y |

| BottomLeft |

| X |

| Y |

| OverlayColor Color of the overlay. |

| GroupName Name of the overlay group you want to add to. |

| TextSettings |

| Desired Font Desired Font (Application) specifies the character type of the text. |

| Strikeout? Strikeout? causes the text to appear in strikeout if TRUE. |

| Italic? Italic? causes the text to appear in italic if TRUE. |

| Underline? Underline? causes the text to appear underlined if TRUE. |

| Outline? Outline? causes the text to appear in outline if TRUE. |

| Shadow? Shadow? causes the text to appear in shadow if TRUE. |

| Bold? Bold? causes the text to appear in bold if TRUE |

| Size Size is the size of the font in points. |

| TextColor Color of the text. |

| error out error in can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs. Right-click the error in control on the front panel and select Explain Error or Explain Warning from the shortcut menu for more information about the error. |

| status status is TRUE (X) if an error occurred or FALSE (checkmark) to indicate a warning or that no error occurred. Right-click the error in control on the front panel and select Explain Error or Explain Warning from the shortcut menu for more information about the error. |

| code |

| source source describes the origin of the error or warning. Right-click the error in control on the front panel and select Explain Error or Explain Warning from the shortcut menu for more information about the error. |

| Image Reference Out An Image reference is a handle to the actual image data in memory. It's important to note that you are responsible for manually releasing (deallocating) the memory associated with this image reference when it's no longer needed to prevent memory leaks. |