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: http://docs.yahoo.com/info/terms/

