IVEdrawellipse


Purpose
Add a filled ellipse to an existing plot.
Synopsis
procedure IVEdrawellipse(handle: integer, x1: real, y1: real, x2: real, y2: real)
Arguments
handle 
The number returned by IVEaddplot.
x1 
The x coordinate of one corner of the ellipse's bounding rectangle.
y1 
The y coordinate of one corner of the ellipse's bounding rectangle.
x2 
The x coordinate of the opposite corner of the ellipse's bounding rectangle.
y2 
The y coordinate of the opposite corner of the ellipse's bounding rectangle.
Example
The following code draws a very "flat" ellipse centered at the origin.
IVEdrawellipse(plot,-5,0.5,5,-0.5)


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