PolygonSetEndPoint Method |
Sets the coordinates of the end of a line.
Namespace:
pdftron.PDF.Annots
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void SetEndPoint(
Point ep
)
Public Sub SetEndPoint (
ep As Point
)
public:
virtual void SetEndPoint(
[InAttribute] Point^ ep
) sealed
function SetEndPoint(ep);
Parameters
- ep
- Type: pdftron.PDFPoint
- A Point struct whose x entry is going to be set as the
x coordinate of the end point of the line, whose y entry is going to be set as the
y coordinate of the end point of the line.
Implements
ILineSetEndPoint(Point)See Also