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 LongDLL
int DLSetLineJoin(int InstanceID, int LineJoin);Parameters
| LineJoin | The line join style to use: 0 = Miter join 1 = Round join 2 = Bevel join |
|---|
Return values
| 0 | The LineJoin parameter was invalid |
|---|---|
| 1 | The line join style was set successfully |