.ig >>
<STYLE TYPE="text/css">
<!--
        A:link{text-decoration:none}
        A:visited{text-decoration:none}
        A:active{text-decoration:none}
-->
</STYLE>
<title>ploticus: proc bevelrect</title>
<body bgcolor=D0D0EE vlink=0000FF>
<br>
<br>
<center>
<table cellpadding=2 bgcolor=FFFFFF width=550 ><tr>
<td>
  <table cellpadding=2 width=550><tr>
  <td><br><h2>proc bevelrect</h2></td>
  <td align=right>
  <small>
  <a href="Welcome.html"><img src="ploticus.gif" border=0></a><br>
  <a href="Welcome.html">Welcome</a> &nbsp; &nbsp;
  <a href="../gallery/index.html">Gallery</a> &nbsp; &nbsp;
  <a href="Contents.html">Handbook</a> 
  <td></tr></table>
</td></tr>
<td>
<br>
<br>
.>>

.TH proc_bevelrect PL "18-JUN-2001   PL www.sgpr.net"

.SH DESCRIPTION
\fBproc bevelrect\fR may be used to produce a 
bevelled rectangle, useful for making PNG or GIF buttons, etc.
May also be used to do a rectangle with a drop shadow.

.SH EXAMPLE
Gallery 
.ig >>
<a href="../gallery/button.htm">
.>>
button 
.ig >>
</a>
.>>

.SH MANDATORY ATTRIBUTES
.LP
\fBrectangle\fR \fIx1 y1 x2 y2\fR
.IP
Specify the rectangle.  Bevel will be exclusive of this area.
X1, y1 is lower left; x2, y2 is upper right.
Values are assumed to be in absolute
space unless followed immediately by \fC(s)\fR which indicates
scaled space.  
.ig >>
See 
<a href="attributetypes.html#positionunits">
.>>
Postition units
.ig >>
</a>
.>>
 .

.SH OPTIONAL ATTRIBUTES
.LP
\fBcolor\fR 
.ig >>
<a href="color.html">
.>>
\fI color \fR
.ig >>
</a>
.>>
.IP
Rectangle to be filled with this color.

.LP
\fBbevelsize\fR \fIn\fR
.IP
Width of bevel area, in 
.ig >>
<a href="attributetypes.html#positionunits">
.>>
absolute units
.ig >>
</a>
.>>
 .  Default is 0.1 inches.
A bevel will be produced by default; to supress, specify bevel size
of 0.0.

.LP
\fBshadowsize\fR \fIn\fR
.IP
Width of any shadow area in absolute units.  Default is 0.1 inches.
If not specified, no drop shadow will be produced.

.LP
\fBhibevelcolor\fR 
.ig >>
<a href="color.html">
.>>
\fI color \fR
.ig >>
</a>
.>>
.IP
Color of upper and lefttmost bevels.  Default is gray(0.6).

.LP
\fBlowbevelcolor\fR 
.ig >>
<a href="color.html">
.>>
\fI color \fR
.ig >>
</a>
.>>
.IP
Color of lower and rightmost bevels.  Default is gray(0.8).

.LP
\fBshadowcolor\fR 
.ig >>
<a href="color.html">
.>>
\fI color \fR
.ig >>
</a>
.>>
.IP
Color of drop shadow.  

.ig >>
<br>
<br>
</td></tr>
<td align=right>
<a href="Welcome.html">
<img src="ploticus.gif" border=0></a><br><small>data display engine &nbsp; <br>
<a href="Copyright.html">Copyright Steve Grubb</a>
<br>
<br>
<center>
<img src="../gallery/all.gif">
</center>
</td></tr>
</table>
.>>
