T O P I C R E V I E W |
john_siggy@yahoo.com |
Posted - Oct 18 2019 : 15:18:13 Attached please find a picture of a TImageEnView with three little pictures over it. The first little image on the left is not transparent or opaque. The second image is transparent and the third is both transparent and Opaque.
So your library supports all three situations. I would like to paint a bitmap from a TIEImageLayer that is both transparent and opaque;
Stretchdraw can paint a transparent bitmap DrawTransparentBitmap paints a opaque bitmap
Is there a way to combine these two operations ???
|
3 L A T E S T R E P L I E S (Newest First) |
john_siggy@yahoo.com |
Posted - Oct 18 2019 : 21:48:40 Thanks Nigel, worked like a charm... |
xequte |
Posted - Oct 18 2019 : 16:41:05 Hi
Please use one of the TIEBitmap draw methods, such as:
https://www.imageen.com/help/TIEBitmap.RenderToTIEBitmapEx.html
Nigel Xequte Software www.imageen.com |
john_siggy@yahoo.com |
Posted - Oct 18 2019 : 15:24:25 Don't want to merge layers as application requires greater speed. |