Contents

windingRule

The winding rule used to fill the path.

Declaration

var windingRule: NSBezierPath.WindingRule { get set }

Discussion

This value may be either NSNonZeroWindingRule or NSEvenOddWindingRule. This value overrides the default value returned by the defaultWindingRule method.

See Also

Related Documentation

Accessing a Path’s Attributes