我正在计划使用VB制作一个<代码>ImageMap。 NET,然后添加<代码>PolygonHotSpot。 这类工程,但我注意到,当我把我的 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
).