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