Page 1 of 1

Re: Render an image inside a TPicture

Posted: Tue Apr 18, 2017 6:53 pm
by salvadordf
Take a look at the SimpleOSRBrowser demo. It uses another component but it shouldn't be too dificult to use a TPicture.

Re: Render an image inside a TPicture

Posted: Wed Apr 19, 2017 6:59 am
by salvadordf
As far as I know, there's no function to draw individual nodes.
There's no function to get the raw image data either.

Maybe you can use Javascript to print that image. Read this :
http://stackoverflow.com/questions/2909 ... int-images
http://stackoverflow.com/questions/2061 ... javascript