Debenu Quick PDF logo

AddLineToPath

Vector graphics, Path definition and drawing

Description

Adds a line to the current path.

The line is drawn from the last point to the point defined by (EndX, EndY).

Syntax

Delphi

function TDebenuPDFLibrary1811.AddLineToPath(EndX, EndY: Double): Integer;

ActiveX

Function DebenuPDFLibrary1811.PDFLibrary::AddLineToPath(EndX As Double,
  EndY As Double) As Long

DLL

int DPLAddLineToPath(int InstanceID, double EndX, double EndY)

Parameters

EndX The horizontal co-ordinate of the end point of the line to add to the path
EndY The vertical co-ordinate of the end point of the line to add to the path

Copyright © 2020 Debenu. All rights reserved. AboutContactBlogNewsletterSupport