DrawString in angles diferent than 0

Cableguy

Expert
Licensed User
Longtime User
The ability to use the drawstring with angles would be nice, something like

DrawString1 (string As String, FontSize As Single, brush As SolidBrush, x1 As Single, y1 As Single, x2 As Single, y2 As Single)

Were x1,y1 were the initial coordinates and x2,y2 the final ones...
 
Top