GStateGetMiterLimit Method |
Gets the miter limit.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public double GetMiterLimit()
Public Function GetMiterLimit As Double
public:
virtual double GetMiterLimit() sealed
function GetMiterLimit();
Return Value
Type:
Double current value of miter limit.
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.
See Also