Click or drag to resize

GStateSetMiterLimit Method

Sets miter limit.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void SetMiterLimit(
	double miter_limit
)

Parameters

miter_limit
Type: SystemDouble
A number that 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