![]() |
ControlImage()








Public Function |
Declared in: NiGraph3d.h |
Declaration
CNiPicture ControlImage();
Description
Returns an image of the entire control.
CNiPicture wraps an IPictureDisp pointer, which cannot be marshalled across threads. This limitation prevents you from accessing CNiPicture objects from threads other than the thread that created the CNiPicture object. Refer to Microsoft Knowledge Base article Q150034 for more information.
Notes:
1. You can use the image of the control for printing.
2. The image returned is in the form of a Windows metafile.