Click or drag to resize

ElementSetWindingFill Method

Sets path's fill rule.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void SetWindingFill(
	bool winding_rule
)

Parameters

winding_rule
Type: SystemBoolean
if winding_rule is true path will be filled using non-zero winding fill rule, otherwise even-odd fill will be used.
See Also