SetLineCap
Description
Sets the line cap style for subsequently drawn lines.
Syntax
Delphi
function TDebenuPDFLibrary1811.SetLineCap(LineCap: Integer): Integer;
ActiveX
Function DebenuPDFLibrary1811.PDFLibrary::SetLineCap(LineCap As Long) As Long
DLL
int DPLSetLineCap(int InstanceID, int LineCap)
Parameters
LineCap |
The line cap style to use: 0 = Butt 1 = Round 2 = Projecting square cap |
Return values
0 | The LineCap parameter was not valid |
1 | The line cap style was set successfully |