我有一个图像要在我的 nativescript(使用 Angular2)应用程序中显示,我想让图像的不同部分可点击。例如人体图像,我只想知道用户点击了哪个部分。
有没有办法像 html 一样创建图像映射???
<CardView height="450" width="350" marginTop="10">
<Image src="res://nerves" height="304" width="114" horizontalAlignment="center" verticalAlignment="center"></Image>
</CardView>