Jump to content

How can I get the picture of HTML<img> and show on UniImage


Recommended Posts

Posted

There are two components(UniHTMLFrame,UniImage) in my application.

 

The code in UniHTMLFrame.Html:
<body>
   <img id="img" width="400"  height="300" scr="images/test.jpg" />
</body>

 

How can I get the picture of Html<img> and show on UniImage?

 

Regards

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...