Re: LINE TYPES
On Thu, 17 Apr 1997 16:26:00 -0400 Rod Damon <RodDamon at AOL.COM> writes:
>
>I have been converting many of my Business & Graphics programs over to
>EUPHORIA and have had suscess with almost all of them except the
>lines type statement that Qbasic, GWbasic & Quick Basic have.
>
> ROD DAMON
if you are speaking of
upper = 0
left = 0
lower = 12
right = 23
color = 1 -- which is blue
LINE (upper, left) - (lower, right), color
Then you should look at drawline()
I hope this gets you pointed in the right direction.
drawline is a part of normal Euphoria.
You may need to include graphics.e or image.e NOT SURE.
--Lucius Lamar Hilley III
-- E-mail at luciuslhilleyiii at juno.com
-- I support transferring of files less than 60K.
-- I can Decode both UU and Base64 format.
|
Not Categorized, Please Help
|
|