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
)
Public Sub SetWindingFill (
winding_rule As Boolean
)
public:
virtual void SetWindingFill(
[InAttribute] bool winding_rule
) sealed
function SetWindingFill(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