RectControl.DrawInto
From Xojo Documentation
Method
RectControl.DrawInto(g as Graphics,x as Integer, y as Integer)
Supported for all project types and targets.
Supported for all project types and targets.
Draws the contents of the RectControl into the specified Graphics context. The parameters x and y are the coordinates of the top, left corner.
Notes
This method does not work with HTMLViewer and OpenGLSurface.
Example
This example draws the current control into the Graphics of a Picture and then displays it as the Backdrop of a Canvas: