TeDraw Function

Microchip Graphics Library

Microchip Graphics Library
TeDraw Function
C
WORD TeDraw(
    void * pObj
);
Overview

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. 

This widget will draw the keys using the function GOLPanelDraw(). The number of keys will depend on the horizontal and vertical parameters given (horizontalKeys*verticakKeys).

Input Parameters
Input Parameters 
Description 
pTe 
Pointer to the object to be rendered. 
Returns

Returns the status of the drawing

  • 1 - If the rendering was completed and
  • 0 - If the rendering is not yet finished.
Next call to the function will resume the rendering on the pending drawing state.

Preconditions

Object must be created before this function is called.

Side Effects

none.

Microchip Graphics Library Version 3.06.02 - October 15, 2012
Copyright © 2012 Microchip Technology, Inc.  All rights reserved