IVEdrawrectangle


Purpose
Add a filled rectangle to an existing plot.
Synopsis
procedure IVEdrawrectangle(handle: integer, x1: real, y1: real, x2: real, y2: real)
Arguments
handle 
The number returned by IVEaddplot.
x1 
The x coordinate of the rectangle corner.
y1 
The y coordinate of the rectangle corner.
x2 
The x coordinate of the opposite rectangle corner.
y2 
The y coordinate of the opposite rectangle corner.
Example
The following code draws a rectangle covering an area 10 units long and 1 unit high starting at the origin.
IVEdrawrectangle(plot,0,0,10,1)


If you have any comments or suggestions about these pages, please send mail to docs@dashoptimization.com.