English 中文(简体)
PolygonHotSpot vs Rectangle 热电站; 能够选择所有多环芳烃库?
原标题:PolygonHotSpot vs RectangleHotSpot; Can t select all of PolygonHotSpot?

我正在计划使用VB制作一个<代码>ImageMap。 NET,然后添加<代码>PolygonHotSpot。 这类工程,但我注意到,当我把我的 mo放在<条码>上时,内有部分/单位可选择(即从手向违约方的 mo调)。

在我的<代码>PolygonHotSpot上添加的坐标一米(例如简单直径):

150,99,270,213,270,99,150,213

我注意到,当我把这改为<代码>RectangleHotSpot,并设定了<代码>Top,Bottom,Left,Right,以这些坐标为基础,它完全运作,且其中没有任何部分可以选择。 我之所以需要使用<代码>PolygonHotSpot,而不是RectangleHotSpot,是因为每个热点可能拥有4个以上方(每时会有所不同)。

Am I doing something wrong, or should I be checking that if I only have 4 coordinates to go ahead and convert it to a RectangleHotSpot? Or has anyone had any experience with a PolygonHotSpot, maybe I m missing a setting? I ve got the HotSpotMode set to PostBack, etc (everything that worked for the RectangleHotSpot).

最佳回答

你们不是一帆风顺,而是十。 如果你把你的坐标划为刻令国际排雷中心,你将听从你的直观。

实际上,lock令似乎无关紧要,但命令确实:

“150,99,270,99,270,213,150,213”应当工作。

问题回答

暂无回答




相关问题
Anyone feel like passing it forward?

I m the only developer in my company, and am getting along well as an autodidact, but I know I m missing out on the education one gets from working with and having code reviewed by more senior devs. ...

How to Add script codes before the </body> tag ASP.NET

Heres the problem, In Masterpage, the google analytics code were pasted before the end of body tag. In ASPX page, I need to generate a script (google addItem tracker) using codebehind ClientScript ...

Transaction handling with TransactionScope

I am implementing Transaction using TransactionScope with the help this MSDN article http://msdn.microsoft.com/en-us/library/system.transactions.transactionscope.aspx I just want to confirm that is ...

System.Web.Mvc.Controller Initialize

i have the following base controller... public class BaseController : Controller { protected override void Initialize(System.Web.Routing.RequestContext requestContext) { if (...

Microsoft.Contracts namespace

For what it is necessary Microsoft.Contracts namespace in asp.net? I mean, in what cases I could write using Microsoft.Contracts;?

Separator line in ASP.NET

I d like to add a simple separator line in an aspx web form. Does anyone know how? It sounds easy enough, but still I can t manage to find how to do it.. 10x!

热门标签