Description | ||||||||
Creates a 2-D display list using the specified user-supplied create function.
NOTES:
|
||||||||
Replacement in Object TOOLKIT: | pfcDisplay::CreateDisplayList2D | |||||||
Synopsis | ||||||||
#include <ProDisplist.h> | ||||||||
ProError | ProDisplist2dCreate | ( | ||||||
int id | ||||||||
/* (In) | ||||||||
The unique identifier of the display list to be created. | ||||||||
*/ | ||||||||
ProMatrix transform | ||||||||
/* (In) | ||||||||
The transformation matrix to be applied to the points of the display list. | ||||||||
*/ | ||||||||
ProDisplistCallback function | ||||||||
/* (In) | ||||||||
The user-defined function that calls graphics functions to create a display list. It must return PRO_TK_NO_ERROR if successful, and non-zero for error. | ||||||||
*/ | ||||||||
... | ||||||||
/* (In) | ||||||||
The arguments to the user-supplied function. | ||||||||
*/ | ||||||||
) | ||||||||
Returns | ||||||||
|