ControlImage Method
Syntax
Object.ControlImage ()
Return Type
Applies To
Purpose
Returns an image of the entire control.
Remarks
You can use the image of the control for printing.
The image returned is a Windows Metafile.
Example
'Set the image of the picturebox control in VB to
'an image of the entire graph
Set Picture1.Picture = CWGraph3D1.ControlImage