in Delphi TIPS :: 
The Transparent property of the TImage Delphi control specifies whether the objects behind the image should show through the background of the image.
When Transparent is True, by design, the bottom-left pixel and all the pixels of the same color as "invisible".
If you do not want the color of the bottom-left pixel to specify which image color should be "transparent" - you can set the TransparentColor property programmatically.
Read the full article to learn how to Apply Custom Transparent Color for the TImage Delphi Control
Related:
Comments
No comments yet. Leave a Comment

