JVCL Help:TJvSpecialImage
JVCL Help: TJvSpecialImage Class
Search in JVCL Help
Search in all projectsClass Hierarchy
TJvSpecialImage
run\JvSpecialImage.pas
Summary
Supports extended features such as fade in, fade out and image flipping.
Pascal
run\JvSpecialImage.pas
TJvSpecialImage = class(TJvExImage);
Description
- JVCLInfo
TJvSpecialImage is an image that can be used to create special effects.
For example, you can use the methods FadeIn, and FadeOut to let an image slowly appear and disappear on the form. The same effect can be accomplished by using the property Brightness, which sets the brightness of the image. Set Stretch to True to reduce flickering.
Use the Flipped and Mirrored to flip the image vertically or horizontally. Use Inverted to invert the image.
Call Reset to restore the image to its original state.
About
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page