PolyLineGetEndPoint 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()
Public Function GetEndPoint As Point
public:
virtual Point^ GetEndPoint() sealed
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
ILineGetEndPointSee Also