PdfPathOperationLineTo Method

Creates a line-to operation that appends a straight line segment from the current point to the specified end point

Definition

Namespace: EvoPdf.Next
Assembly: EvoPdf.Next (in EvoPdf.Next.dll) Version: 14.10.0
C#
public static PdfPathOperation LineTo(
	float x,
	float y
)

Parameters

x  Single
The X coordinate of the end point in points
y  Single
The Y coordinate of the end point in points

Return Value

PdfPathOperation
The constructed operation

See Also