Putting an image on another image. [message #207395] |
Tue, 05 December 2006 06:33 |
satyauvce
Messages: 6 Registered: August 2005
|
Junior Member |
|
|
Hi All,
I have a requirement wherein I need to find the Property(X-Position,Y Position Width, Height) of an image at runtime and put another image on it at a given coordinate.
Lets say the image is a rectangle and the given (x,y)coordinates are 2,3.____________________________________
| |
| |
| |
|___________________________________|
Now if 0,0 is top left corner of the rectangle then we need to put another image lets say a dot at a location 2,3 from top left.
My final image should look loke this____________________________________
| |
| |
| |
|_____{}____________________________|
assuming that {} is a dot.
Please Remember that the images are imported and not drawn as rectangle in the form.
Any help??
Thanks in Advance and Regards.
Satya.
Upd-Mod: Add 'code' tags.
[Updated on: Tue, 05 December 2006 17:06] by Moderator Report message to a moderator
|
|
|
|