DrawLine with scaled pixels

Monkey Forums/Monkey Programming/DrawLine with scaled pixels

lom(Posted 2014) [#1]
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?


Gerry Quinn(Posted 2014) [#2]
Probably draw a square/rectangle at the proper angle and scale.


GW_(Posted 2014) [#3]
Search the forums for drawing thick lines. Someone posted some functions a while back. they all require drawing multiple lines though.


Gerry Quinn(Posted 2014) [#4]
You could use a polygon too.