SetLineJoin

Vector graphics

Description

Sets the line join style for subsequently drawn graphics.

Syntax

Delphi

function TPDFlib.SetLineJoin(LineJoin: Integer): Integer;

ActiveX

Function PDFlib::SetLineJoin(LineJoin As Long) As Long

DLL

int DLSetLineJoin(int InstanceID, int LineJoin);

Parameters

LineJoinThe line join style to use: 0 = Miter join 1 = Round join 2 = Bevel join

Return values

0The LineJoin parameter was invalid
1The line join style was set successfully