Description | ||||||||||||||||||||||||||
Displays the 2-D display list using the specified transformation matrix. | ||||||||||||||||||||||||||
Replacement in Object TOOLKIT: | pfcDisplayList2D::Display | |||||||||||||||||||||||||
Synopsis | ||||||||||||||||||||||||||
#include <ProDisplist.h> | ||||||||||||||||||||||||||
ProError | ProDisplist2dDisplay | ( | ||||||||||||||||||||||||
int id | ||||||||||||||||||||||||||
/* (In) | ||||||||||||||||||||||||||
The identifier of the display list to be drawn. | ||||||||||||||||||||||||||
*/ | ||||||||||||||||||||||||||
ProMatrix transform | ||||||||||||||||||||||||||
/* (In) | ||||||||||||||||||||||||||
The transformation matrix to be used with the display list. This matrix should be similar to the one used when creating the display list (that is, only translation and scaling can be changed). | ||||||||||||||||||||||||||
*/ | ||||||||||||||||||||||||||
) | ||||||||||||||||||||||||||
Returns | ||||||||||||||||||||||||||
|