Append a straight line segment from the current point to the point (DstX, DstY) into the current page of a PDF.
public PdfAddLineToPath( int PdfID, Single DstX, Single DstY );
Public Sub PdfAddLineToPath( ByVal PdfID As Integer, ByVal DstX As Single, ByVal DstY As Single )
|
Parameters |
Description |
|
PdfID |
A PDF identifier returned by the PdfNewPdf(), PdfOCRStart(), PdfOcrStartStream(), TwainPDFStart() or TwainPdfStartStream() function. |
|
DstX |
The X destination in current unit defined by the PdfSetMeasurementUnit() function. |
|
DstY |
The Y (from the bottom) destination in current unit defined by the PdfSetMeasurementUnit() function. |
The new current point in the subpath will be (DstX, DstY).
|
What do you think about this topic? Send feedback!
|
|
Copyright (c) 2009-2011 www.gdpicture.com. All rights reserved.
|