An NDoc Documented Class Library

pdfPage.drawLine Method (Int32, Int32, Int32, Int32)

Method that adds a line to the page object

public void drawLine(
   int X,
   int Y,
   int X1,
   int Y1
);

Parameters

X
X position of the line in the page
Y
Y position of the line in the page
X1
X1 position of the line in the page
Y1
Y1 position of the line in the page

See Also

pdfPage Class | sharpPDF Namespace | pdfPage.drawLine Overload List