harry stahl
Germany
62 Posts |
Posted - Jul 17 2016 : 17:32:37
|
1. I want to show all the layer-images in a stringgrid as small images. I don't want to use an ImageEnMView like in the layers demo, because I want to draw the layer mask beside the normal layer image (like in photoshop).
I did not found a layers[x].Stretchdraw or something similar. And also in the TIEBitmap I found only functions ("stretchrectto") that assumes a TIEBitmap.
So I always have to create temporarily a normal TBitmap, copy the TIEBitmap to the TBitmap and then I can use Windows Stretchdraw-functions.
Is there no direct way with ImageEn to Stretchdraw an Layer-Image directly to a Windows-Canvas?
2. I want draw the combinded layer-Image to a canvas. How can I do that?
HS |
|