ILineGetStartPoint 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 Function GetStartPoint As Point
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.
See Also