本文介绍了图像在图片框中分为9个扇区,并将鼠标悬停在特定扇区上.的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

朋友,

我的查询是我想每当在c#.net的图片框中将一张图像划分为九个扇区,我单击粒子扇区,然后将粒子扇区图像放大到图片框.例如:我在图片框中有一个图像并将其分为9个扇区,所以当我将鼠标悬停在任何扇区上时,它将放大到图片框的大小,以此类推,对于每个扇区.

在此先感谢...

hi friends,

My query is i want to one image is divide in nine sector in picture box in c#.net whenever ,i click in particuler sector then particuler sector image zoom in picturebox.for example: I have a image in picturebox and divide it into 9 sectors, so when i mouse over any sector it zoomed up to the size of picturebox and so on for every sector.

thanks in advance...

推荐答案


这篇关于图像在图片框中分为9个扇区,并将鼠标悬停在特定扇区上.的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-13 11:46