ElementIsClipWindingFill Method |
Checks if is clip winding fill.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public bool IsClipWindingFill()
Public Function IsClipWindingFill As Boolean
public:
virtual bool IsClipWindingFill() sealed
function IsClipWindingFill();
Return Value
Type:
Boolean true if the current clip path is using non-zero winding rule, or false
for even-odd rule.
See Also