Images, Borders and IntuiText objects may be directly or indirectly rendered into the display by the application. The application can draw these objects directly into windows or screens by using one of the functions drawimage(), drawborder() or printitext(). the application supplies the appropriate pointer to a border, image or intuitext structure as an argument to the function, as well as position information and a pointer to the correct rastport. these rendering functions are discussed in more detail below. The application can also draw these objects indirectly by attaching them to a menu, gadget or requester. As Intuition places these elements on the display, it also renders the associated graphics. The requester, gadget, and menuitem structures contain one or more fields reserved for rendering information. See the specific chapters on these items for information on attaching graphical objects to them.