Page 1 of 1

LineWidth() function in 2D lib

Posted: Mon Oct 09, 2006 11:16 am
by dell_jockey
Hi,

I'd like to have a function that enables me to set the pixel width of the lines that need to be drawn with the 2D library

Posted: Mon Oct 09, 2006 11:23 am
by Fluid Byte
You can use CreatePen_() until PB natively supports this.

Posted: Mon Oct 09, 2006 2:44 pm
by dell_jockey
Fluid Byte wrote:You can use CreatePen_() until PB natively supports this.
thanks for this hint! I'll keep that in mind for Windows apps, but unfortunately, this solution is not cross-platform...