how can i crop an image based on the size of my picturebox?

my picturebox's size mode is normal, i want to have for example, a 100 x 100 image using a 100 x 100 picture box, also i can drag the the image inside the picturebox so that i can have a focal point, a center of the image that i want to crop on.

thanks guys! itll be greatly appreciated.

Recommended Answers

All 3 Replies

Hi,

You can find an example, here.

where is the solution there? im sorry i didnt get what they meant there..

I think what you need is to display the full image ( picturebox larger than 100x100 ) but then display a rectangle of size 100x100 on top of the picture and let the user drag this rectangle to specify the area to crop. Is that correct ?

Would it be ok to use a commercial .NET component rather than standard picturebox ?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.