|
-
May 3rd, 2001, 09:43 PM
#1
Thread Starter
Need-a-life Member
Overlapping Images
I need to overlap to PictureBoxes into another one. I mean, I have three PictureBoxes (the two source is an array, actually) and the TargetPictureBox. In both SourcePictureBox I have a similar picture (with the same background) but different foreground.
I want to overlap the two sources images to have the overlapped picture in the TargetPicture. Besides, I want one of them to be moved 15 twips in X, and 15 twips in Y.
Am I clear?? I'm kinda trying to achieve a "shadow". Can anybody help me??
Emiliano F. Martín
If a post has helped you then please Rate it! (and give the user points he/she deserves by clicking on the image).
Encourage the person who helped you to keep doing it, and give him the points he deserves.
MP3 Organizer: Freeware to logically organize all your MP3s.
-
May 4th, 2001, 02:30 AM
#2
Retired VBF Adm1nistrator
Well you could always do a loop through the x and y pixels of the pictureboxes, and then average the colours of both, and then use pset to stick that colour onto the third picturebox.
I dont know if that will create the effect you're looking for ...
Microsoft MVP : Visual Developer - Visual Basic [2004-2005]
-
May 4th, 2001, 02:32 PM
#3
Thread Starter
Need-a-life Member
I don't know if that would work... but it doesn't sound to be that fast.
Emiliano F. Martín
If a post has helped you then please Rate it! (and give the user points he/she deserves by clicking on the image).
Encourage the person who helped you to keep doing it, and give him the points he deserves.
MP3 Organizer: Freeware to logically organize all your MP3s.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|