Does anyone have an example of how to do some masking with Delphi TImage so I can have one image put on another?
Using 2009
|
1
|
|||||
|
|
|
You can use the Copymode (cmSrcErase,cmSrcCopy,cmSrcAnd,cmSrcInvert) property of the Timage.Canvas, you can find a basic example in this link.
|
| Good example and an easy method, not sure what speed is like, but in most circumstances that wont matter. +1 :-) – Reallyethical Oct 29 at 17:11 | |||
| not a good example hard to follow and why would i want 3 images i want one on another. – Jim Moore Oct 29 at 17:16 | |||
|
If you just want a shape on top then skip a stage, I suggest that you try the example from start to finish. If you have any questions then ask us. RE – Reallyethical Oct 29 at 17:25 | ||
|
You asked for masking, you got an example for masking. I guess many people (including me) will rate it a good example. You should consider recalibrating your expectations! – Uwe Raabe Oct 29 at 17:26 | ||
|
Explain your problem you have with this answer in greater detail. We don't read minds. – Robert Love Oct 29 at 18:25 |
|
|
A good location to have for delphi graphics is efg's Computer Lab. Specifically to your question, there is a project Cursor Overlay which starts with cursors, but the concept is there to do what you are asking. |
||
|
|
|
|
Look at http://graphics32.org/ it can be a good start. |
||||||||||
|