CWImage
The CWImage object determines how images are displayed within a control.
Properties
| AnimateColumns | Specifies the number of columns in a bitmap that is being used for animation. |
| AnimateInterval | Specifies how often an image animates. |
| AnimateRows | Specifies the number of rows in a bitmap that is being used for animation. |
| BlinkInterval | Specifies how often the image blinks. |
| Color | Specifies the color of the image, or, if you are doing dynamic color substitution in Windows metafiles, the color in the image that you want to replace. |
| FlipH | Flips an image horizontally. |
| FlipV | Flips an image vertically. |
| Picture | Specifies the image used in the CWImage object. |
| ReverseAnimation | Specifies the direction of animation. |
| SaveLink | Specifies if the CWImage object saves the image itself or a link to the image. |
| Stretch | Specifies if the image is displayed normal size or stretched to fit the size available within the control. |
| Substitute | Specifies that you want to perform dynamic color substitution in the metafile image if set to True. |
| SubstituteColor | Specifies the color that will replace a specified color in the metafile image. |
| Tile | Specifies if the image is tiled. |
| Tolerance | Specifies the percentage for matching color hues on the image to the SubstituteColor property. |
| Transparent | Specifies if the image has a transparent color. |
| TransparentColor | Specifies the color in the image that must be drawn as transparent. |
| URL | Specifies the path to the image. |
| Visible | Specifies if the image is visible or not. |
Methods
| Reload | Loads the image from the given URL. |