I have two points that draw a line when connected. The line can be both vertical horizontal, vertical, or (most commonly) diagonal.
I would like to try text along this path. I'm using C# and WinForms, but I think that isn't as important as some simple psuedo-code that may include some math (trig?) needed to find the angle of the path to align the text to.