Page 1 of 1

Drawing command: DrawingBorder()

Posted: Mon Sep 20, 2010 12:04 pm
by c4s
Like FrontColor() or DrawingFont() that affect the following drawing functions there should be:


DrawingBorder(Color[, Size[, Style]])
(maybe DrawingOutline() sounds a bit better)

Color - The color of the border. By default the back color?

Size - The border size in pixels starting from 1.

Style - Is optional in my request but it could be something like #PB_2DDrawing_BorderLine, #PB_2DDrawing_BorderDotted etc.


Related: http://www.purebasic.fr/english/viewtop ... 13&t=43690