JVCL Help:TJvSpecialImage

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Class Hierarchy

TJvSpecialImage
run\JvSpecialImage.pas


Summary

Supports extended features such as fade in, fade out and image flipping.

run\JvSpecialImage.pas


Pascal

 run\JvSpecialImage.pas
 TJvSpecialImage = class(TJvExImage);


Description

  1. 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.

run\JvSpecialImage.pas


About

Navigation

run\JvSpecialImage.pas



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