I use this code to get a snapshot of a scrollview in a panel:
Is possible to get snapshot of all BCTextEngine content (even out of the screen)?
I tried with this code, but I'm get only the visible screen:
Thanks in advance for any tip.
B4X:
Dim x As B4XView = panel1
Dim b As Bitmap = x.Snapshot
Is possible to get snapshot of all BCTextEngine content (even out of the screen)?
I tried with this code, but I'm get only the visible screen:
B4X:
Dim x As B4XView = BBCodeView1.sv
Thanks in advance for any tip.