I need to draw the content of the window to the memory context to create image for some reason. I used the example that is in the documetation - function PmMemCreateMC().
Everything works except PtPolygon and PtBezier widgets that are not drawn at all (simple window) or are drawn in wrong way (in case of window with many widgets).
Does anybody have any experience ? Am I doing anything wrong ?
Thanks for any ideas.
The sample project attached.