CNiGraph3D::ControlImage

3D Graph

Class
CNiGraph3D::
ControlImage()
Base ClassesData ItemsConstructorsDestructorsFunctionsGo to hierarchy chart    Prev page: ~CNiGraph3DNext page: Create    
Public Function Declared in:
NiGraph3d.h

'Declaration' icon -- Shortcut to top of page. Declaration

CNiPicture ControlImage();

'Description' icon -- Shortcut to top of page. 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.

'See Also' icon -- Shortcut to top of page. See Also