© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Adam C Thompson
Software Developer
Adding the 45deg angle was a small addition to Part 1. public void MarkLine(Point A, Point B) { if (A.X == B.X) { if (A.Y > B.Y) { for (int i = A.Y; i >= B.Y; ...
No responses yet.