MonobjcMonobjc Documented Class Library
kCAFillRuleEvenOdd Field
NamespacesMonobjc.QuartzCoreCAShapeLayerkCAFillRuleEvenOdd

Specifies the even-odd winding rule. Count the total number of path crossings. If the number of crossings is even, the point is outside the path. If the number of crossings is odd, the point is inside the path and the region containing it should be filled.

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static readonly NSString kCAFillRuleEvenOdd
Public Shared ReadOnly kCAFillRuleEvenOdd As NSString
public:
static initonly NSString^ kCAFillRuleEvenOdd
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)