Click or drag to resize

PolyLineSetEndPoint Method

Sets the coordinates of the end of a line.

Namespace:  pdftron.PDF.Annots
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void SetEndPoint(
	Point ep
)

Parameters

ep
Type: pdftron.PDFPoint
- A Point struct whose x entry is going to be set as the x coordinate of the end point of the line, whose y entry is going to be set as the y coordinate of the end point of the line.

Implements

ILineSetEndPoint(Point)
See Also