Panel Graphics to save as image

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Steven Nagy

    Panel Graphics to save as image

    Hey,

    Suppose I had a third party DLL that is drawing some stuff to a panel
    or some control.
    And I actually want to save that as an image (jpg, bmp, whatever).

    Is this possible? I couldn't find any methods in the graphics object to
    do it. Is there a way to track what the graphics object draws over a
    period, and then tell it to draw it again, except to an image (object
    or file)?

    This third party DLL renders CAD file types on a control surface and
    takes in an instance of the graphics reference to the control. Beyond
    that, there's little more I know about the contents of this DLL and its
    workings.

    Thanks in advance,
    SN

Working...