CanvasDrawLine Method (Pen, PointF, PointF)
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
Draws a line connecting two System.Drawing.PointF structures.
Namespace:Bytescout.PDFAssembly: Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax
Parameters
- pen
- Type: Bytescout.PDFPen
Bytescout.PDF.Pen that determines the color, width, and style of the line. - pt1
- Type: System.DrawingPointF
System.Drawing.PointF structure that represents the first point to connect. - pt2
- Type: System.DrawingPointF
System.Drawing.PointF structure that represents the second point to connect.
See Also