WORD ChDraw( void * pObj );
This function renders the object on the screen using the current parameter settings. Location of the object is determined by the left, top, right and bottom parameters. The colors used are dependent on the state of the object. The font used is determined by the style scheme set.
The colors of the bars of the bar chart or sectors of the pie chart can be the default color table or user defined color table set by ChSetColorTable() function.
When rendering objects of the same type, each object must be rendered completely before the rendering of the next object is started. This is to avoid incomplete object rendering.
Input Parameters |
Description |
pCh |
Pointer to the object to be rendered. |
Returns the status of the drawing
- 1 - If the rendering was completed and
- 0 - If the rendering is not yet finished.
Object must be created before this function is called.
none.