MonobjcMonobjc Documented Class Library
kCAFillRuleNonZero Field
NamespacesMonobjc.QuartzCoreCAShapeLayerkCAFillRuleNonZero

Specifies the non-zero winding rule. Count each left-to-right path as +1 and each right-to-left path as -1. If the sum of all crossings is 0, the point is outside the path. If the sum is nonzero, the point is inside the path and the region containing it is filled.

Available in Mac OS X v10.6 and later.

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

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