SetLineCap
Vektorgrafikk
Beskrivelse
Setjer linjeendestil for linjer som tegnes senere
Syntaks
Delphi
Function TPDFlib.SetLineCap(LineCap: Integer): Integer;
ActiveX
Function PDFlib::SetLineCap(LineCap As Long) As Long
DLL
int DLSetLineCap(int InstanceID, int LineCap);
Parametere
| LineCap | Linjeendestilen som skal brukes: 0 = Butt 1 = Round 2 = Projecting square cap |
|---|
Returverdier
| 0 | LineCap-parameteren var ikke gyldig |
|---|---|
| 1 | Linjeendestilen ble satt |