I did find some simular question using google and an almost solution at: http://homepages.borland.com/efg2lab/Library/Delphi/Graphics/Algorithms.htm (look within "lines" . However this solution nearly works, but I think points me in the right direction. (the lines aren't aligned correcly) Thanks anyway Jonas greetings Andries The Netherlands (by the way, I'm also born in brazil)
Jonas Raoni Soares Silva <[EMAIL PROTECTED]> wrote: On 5/6/05, Andries Bos <[EMAIL PROTECTED]> wrote: > Doing this twice (inflating the rect inbetweeen the actions by one pixel). > will not work > because the dots with the first and second line will not be alligned. Yeah, I tried here and it really doesn't work fine :) Canvas.Rectangle( 0, 0, Width, Height ); Canvas.Rectangle( 1, 1, Width-1, Height-1 ); > Does anyone knows a method on how to draw a dotted line 2 pix in width? Is it such a important thing? Anyway, I think you'll have to draw on your own, at least it isn't difficult, so you can do it fast =) -- "ME ALIMENTE [http://br-linux.org/noticias/002750.html] hehe" "Invente, Tente!!! Fa�a um c�digo eficiente" (Jonas Raoni haha) Jonas Raoni Soares Silva --------------------------- Desenvolvedor de aplica��es jonasraoni at gmail dot com http://www.joninhas.ath.cx:666 ----------------------------------------------------- Home page: http://groups.yahoo.com/group/delphi-en/ To unsubscribe: [EMAIL PROTECTED] --------------------------------- Yahoo! Groups Links To visit your group on the web, go to: http://groups.yahoo.com/group/delphi-en/ To unsubscribe from this group, send an email to: [EMAIL PROTECTED] Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. --------------------------------- Yahoo! Mail Stay connected, organized, and protected. Take the tour [Non-text portions of this message have been removed] ----------------------------------------------------- Home page: http://groups.yahoo.com/group/delphi-en/ To unsubscribe: [EMAIL PROTECTED] Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/delphi-en/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

