You are here: GdPicture.NET > Documentation > Classes > GdPictureImaging Class > GdPictureImaging Methods > PDF Creation > Low-level Functions > PdfAddLineToPath Method
logo.gif
ContentsIndexHome
PreviousUpNext
GdPictureImaging.PdfAddLineToPath Method

Append a straight line segment from the current point to the point (DstX, DstY) into the current page of a PDF.

C#
public PdfAddLineToPath(
    int PdfID, 
    Single DstX, 
    Single DstY
);
Visual Basic
Public Sub PdfAddLineToPath(
    ByVal PdfID As Integer, 
    ByVal DstX As Single, 
    ByVal DstY As Single
)
Parameters
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.