Grid for Draw.FillBox
Author |
Message |
doubletime23
|
Posted: Sat Mar 01, 2008 12:36 pm Post subject: Grid for Draw.FillBox |
|
|
Is there any kind of grid that you can put on overtop of everything in the run window for that show X and Y. I am putting in with parallelput the commands to power a seven segment display, but am having problems drawing the boxes to illustrate what is happening with the display. Thanks |
|
|
|
|
|
Sponsor Sponsor
|
|
|
Zampano
|
Posted: Sat Mar 01, 2008 5:24 pm Post subject: Re: Grid for Draw.FillBox |
|
|
Really all you need to know are the values of maxx and maxy. Then you can estimate the values that are passed into Draw.Fillbox or estimate where the values passed should appear.
But if want to be precise, try putting the value returned by Mouse.Where to the screen and place the cursor over the spot you want to know about. |
|
|
|
|
|
|
|