CNiGraph3D::Create

3D Graph

Class
CNiGraph3D::
Create()
Base ClassesData ItemsConstructorsDestructorsFunctionsGo to hierarchy chart    Prev page: CreateNext page: CreateControl    
Protected Function Declared in:
NiGraph3d.h

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

BOOL Create(
    LPCTSTR lpszWindowName,
    DWORD dwStyle,
    const RECT& rect,
    CWnd* pParentWnd,
    UINT nID,
    CFile* pPersist = NULL,
    BOOL bStorage = FALSE,
    BSTR bstrLicKey = NULL);

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

Creates the ActiveX control that is represented in the MFC program by this object. Refer to the CWnd class in the MSDN library for further information.

Note:

This is a virtual function that you can override in a derived class to add custom behavior. If you override this function, you must call CNiGraph3D::Create in your function definition if you want to allow the library to perform its operations.

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