thippu
Active member
Hi,
1. I have a picture box and I have drawn a rectangle shape.
2. If a user clicks on the shape, I can know a shape is clicked or not and based on the stored coordinates.
3. Now I want to provide the resize feature on the shape by using a mouse wheel event(scaling the shape), it can be up or down.
4. I have registered an event
5. I will create a Matrix object but on the Scale method what value to pass, Scale method link? Can I get some idea from u?
1. I have a picture box and I have drawn a rectangle shape.
2. If a user clicks on the shape, I can know a shape is clicked or not and based on the stored coordinates.
3. Now I want to provide the resize feature on the shape by using a mouse wheel event(scaling the shape), it can be up or down.
4. I have registered an event
Picture box mouse wheel event:
Private void PictureBoxImage_MouseWheel(object sender, MouseEventArgs e)
{
}
5. I will create a Matrix object but on the Scale method what value to pass, Scale method link? Can I get some idea from u?