Click or drag to resize

PolygonGetEndPoint Method

Gets the coordinates of the end of a line.

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

Return Value

Type: Point
A Point struct, whose x entry specifies the x coordinate of the end of the line and the y entry specifies the y coordinate of the end of the line.

Implements

ILineGetEndPoint
See Also