Draws a line connecting the two points specified by coordinate pairs.
Namespace: PdfEdit.Drawing
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.2.1.0 (5.2.1.0)
Syntax
Parameters
- pen
- Type: PdfEdit.DrawingXPen
- x1
- Type: SystemDouble
- y1
- Type: SystemDouble
- x2
- Type: SystemDouble
- y2
- Type: SystemDouble
See Also