Click or drag to resize

PolyLineSetStartPoint Method

Sets the coordinates of the start of a line.

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

Parameters

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

Implements

ILineSetStartPoint(Point)
See Also