HotPDF Developer Reference
Delphi and C++Builder PDF component help
|
THPDFPage.SetMiterLimit
|
Top Previous Next |
|
Sets the miter limit.
Delphi syntax: procedure SetMiterLimit ( MiterLimit: Byte );
C++ syntax: void __fastcall SetMiterLimit ( Byte MiterLimit );
Description: When two line segments meet at a sharp angle and mitered joins have been specified as the line join style, it is possible for the miter to extend far beyond the thickness of the line stroking the path. The miter limit imposes a maximum on the ratio of the miter length to the line width. When the limit is exceeded, the join is converted from a miter to a bevel.
|