Computer Science Canada

help with function

Author:  JonnyBigBoi [ Tue Jan 04, 2005 12:07 pm ]
Post subject:  help with function

i need to make a grid using a function called square i dont kno how to make the function with the exact pixels on the screen

Author:  Tony [ Tue Jan 04, 2005 12:17 pm ]
Post subject:  Re: help with function

JonnyBigBoi wrote:
i dont kno how to make the function with the exact pixels on the screen

do you know how to make a fuction with approximate pixels on the screen? Thinking
try Draw.Box(x1,y1,x2,y2:int)

Author:  Cervantes [ Tue Jan 04, 2005 7:21 pm ]
Post subject: 

If you're making a grid, it'd probably make more sense to do a bunch of Draw.Lines.
Note that the distance between the lines = the size (width or height, whichever one you're drawing at the moment [you'll probably draw a bunch of horizontal lines and then a bunch of vertical lines, or the other way around, it doesn't matter]) divided by the number of lines you want to have in your grid.


: