SetLineWidth(width)The function sets line width in pixels all upcoming line drawing graphics calls (functions DrawLine and DrawPolyline. By default the line width is 1 pixel. Example:
SetLineWidth(5) DrawLine (100, 100, 300, 200)This is how result would look like (red coordinates are just for reference):
