DrawLine with scaled pixels
Monkey Forums/Monkey Programming/DrawLine with scaled pixels| 
 | ||
| It seems like scaling the matrix doesn't affect line thickness, it always drawn with a small pixels (I think it uses pixel size of current desktop resolution). What's a proper way to increase the size of line pixels? | 
| 
 | ||
| Probably draw a square/rectangle at the proper angle and scale. | 
| 
 | ||
| Search the forums for drawing thick lines. Someone posted some functions a while back. they all require drawing multiple lines though. | 
| 
 | ||
| You could use a polygon too. |