Hello. I have an image and wants to draw multiple diagonal lines in the image. I have the height and width of the image
I see some examples but those are by using graphics library. I don't know how to use DrawLine function or by Bresenham's line algorithm . can anyone please help me out.