next up previous index
Next: TVPLOT: Draw Text and Up: Image Display, Plotting, and Previous: COLOR: Load a Color   Index


TVBOX: Draw a Box on the Image Display


\begin{command}
\item[\textbf{Form: } TVBOX {[BOX=b]} {[SIZE=s PIX=r,c]}\hfill]...
...r,c]{draws a box of size 's' centered at row
'r' and column 'c'}
\end{command}

TVBOX is used to show the boundaries of a box on the television. You can show a box defined in the command BOX, or show a region centered on a given point. You must specify EITHER the box number with BOX=, or the size AND the location with SIZE= and PIX=.

There must be an image already in the TV for this command to work. The displayed box will be clipped at the edge of the image if the box extends over the bounds of the image.

Examples:
\begin{example}
\item[TVBOX BOX=3\hfill]{display the boundaries of box 3
on th...
...lay a box of size 51
pixels, centered at row 123 and column 234.}
\end{example}



Jon Holtzman 2002-02-13