SetMiterLimit
Vector graphics
Popis
Referenční stránka pro SetMiterLimit. Funkce patří do Vector graphics a zachovává všechny identifikátory přesně tak, jak jsou uvedeny
Syntaxe
Delphi
Function TPDFlib.SetMiterLimit(MiterLimit: Double): Integer;
ActiveX
Function PDFlib::SetMiterLimit(MiterLimit As Double) As Long
DLL
int DLSetMiterLimit(int InstanceID, double MiterLimit);
Návratové hodnoty
| 0 | The MiterLimit parameter was invalid |
|---|---|
| 1 | The miter limit was set successfully |