TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
raghu archies
NA
1
0
how to create transparent shape controls.
Jul 7 2006 1:43 AM
Hi
While searching for transparent shape controls in google i came up with the link
http://www.c-sharpcorner.com/Code/2002/April/DrawTransparentImageUsingAB.asp
My requrement is i've picture box in which i will add images at run time.
Lets assume i've a picutre box loaded with one image, now what i want to do is i need to draw rectangle over an image then it must show only the outer lines , i mean it must not fill the inner area with any color, it must be transparent so that the image must be displayed through that.
Best example is open photoshop and place the image on a form and draw rectangle or circle over the image then it will show only the outer lines, i want exactly that feature.
Can you please give me an idea how to do this.
I've created Rectangle User Control so that i can drag and drop that control over an image, but my control is not transparent and i want it to be transparent.
How can i create transparent rectangle user control ?
Thanx in advance
Jyothi
Reply
Answers (
1
)
contrasting the image using colormatrix
How to keep overlapped images in correct place when resizing a picturebox inside a panel?