Drawing command: DrawingBorder()

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
c4s
Addict
Addict
Posts: 1981
Joined: Thu Nov 01, 2007 5:37 pm
Location: Germany

Drawing command: DrawingBorder()

Post 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
If any of you native English speakers have any suggestions for the above text, please let me know (via PM). Thanks!