VisualImage
Description
The VisualImage is the component to display an image from both a URL or embedded inside the widget in a base64 encoded format.
Attributes
- BinaryInput [binary input]: Connect any block that outputs binary data.
- BoxSize [Size]: The bounding box of the image. Default: no bounding box.
- BufferInput [string input]: An input that will contain the image base64 data.
- FromCache [integer]: The number of seconds that a cached version of the image is valid. If a cached version is found that is younger than this amount, the cached version will be used. Default: 0 (no cached version allowed).
- ImageBuffer [base64]: The base64 encoded image file. Please note that it is 'write only'.
- ImageLoaded [event]: Event raised when the image has finished loading.
- Input [string input]: An input that will contain the image url. When the ImageBuffer is specified, the ImageBuffer image will display until the image from the input is loaded.
- Name [string]: The name of the block.
- ShowBox [boolean]: Whether or not the bounding box should be shown (when defined). Default: true.
- SizeMode [Default|SizeToBox|StretchToBox]: the way the image will size. Both SizeToBox and StretchToBox are only relevant when a BoxSize has been defined. Default: Default.
- Style [Style]: The style that needs to be applied to the block.
- TabStop [boolean]: Whether or not the item can receive focus. Default: true.
- Transparent [boolean]: Whether or not the color #FF00FF should be interpreted as transparent. Default: false.
- Url [string]: The URL of the image to download. When the ImageBuffer is specified, the ImageBuffer image will display until the image from the URL is loaded.
- Visible [boolean]: Whether or not the item (and all it's children) are visible. Default. true.
