I have to draw a line on slide with starting point and end point.
i m using "Spire.Presentation.IAutoShape shapeLine = presentation2.Slides[4].Shapes.AppendShape(Spire.Presentation.ShapeType.Line, new RectangleF(10, 20, 10, 20));" to draw a line.
example: float startPoint =(x1,y1) ;
float endpoint=(x2,y2);
how to dram line using theses points.is there any why to draw line like on power point.