Hi,

I'll answer my own question to help with future searches.

Yes it's possible. I need to allow for retina scaling. The image is scaled 2X, 
but the X/Y coordinates are not.

Mouse X and Mouse Y
dim rs as double = self.retinascale()

dim mTmp as integer = ImageMapHandler.getHotSpot(X*rs, Y*rs)

Regards,

Lee Badham

Bodoni Systems Ltd

> Hi,
> 
> Is it possible to get hotspot information from a 3D scattergraph?
> 
> I get what seems to be a valid string
> 
> dim ImageMapString as string = c.getHTMLImageMap("myurl")
> me.ImageMapHandler = New CDImageMapHandlerMBS(ImageMapString)
> 
> However in the MouseUp event , 
> 
> dim mTmp as integer = ImageMapHandler.getHotSpot(X, Y)
> 
> Always gives me 0.
> 
> Regards,
> 
> Lee Badham
> 
> Bodoni Systems Ltd
> 
> _______________________________________________
> Mbsplugins_monkeybreadsoftware.info mailing list
> [email protected]
> https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info


_______________________________________________
Mbsplugins_monkeybreadsoftware.info mailing list
[email protected]
https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info

Reply via email to