LineWidth() function in 2D lib

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
dell_jockey
Enthusiast
Enthusiast
Posts: 767
Joined: Sat Jan 24, 2004 6:56 pm

LineWidth() function in 2D lib

Post 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
cheers,
dell_jockey
________
http://blog.forex-trading-ideas.com
User avatar
Fluid Byte
Addict
Addict
Posts: 2336
Joined: Fri Jul 21, 2006 4:41 am
Location: Berlin, Germany

Post by Fluid Byte »

You can use CreatePen_() until PB natively supports this.
Windows 10 Pro, 64-Bit / Whose Hoff is it anyway?
dell_jockey
Enthusiast
Enthusiast
Posts: 767
Joined: Sat Jan 24, 2004 6:56 pm

Post 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...
cheers,
dell_jockey
________
http://blog.forex-trading-ideas.com
Post Reply