PdfPathElementLineTo Method
Appends a line-to operation that draws a straight line from the current point
to the specified end point.
Returns this instance so calls can be chained
Namespace: HiQPdf.NextAssembly: HiQPdf.Next (in HiQPdf.Next.dll) Version: 18.9.2
public PdfPathElement LineTo(
float x,
float y
)
- x Single
- The X coordinate of the end point in points
- y Single
- The Y coordinate of the end point in points
PdfPathElementThis
PdfPathElement instance