PolygonGetStartPoint Method |
Gets the coordinates of the start of a line.
Namespace:
pdftron.PDF.Annots
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public Point GetStartPoint()
Public Function GetStartPoint As Point
public:
virtual Point^ GetStartPoint() sealed
function GetStartPoint();
Return Value
Type:
Point A Point struct, whose x entry specifies the x coordinate of the start of the line
and the y entry specifies the y coordinate of the start of the line.
Implements
ILineGetStartPointSee Also