MonobjcMonobjc Documented Class Library
CGPathDrawingMode Enumeration
NamespacesMonobjc.ApplicationServicesCGPathDrawingMode

Options for rendering a path.

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public enum CGPathDrawingMode
Public Enumeration CGPathDrawingMode
public enum class CGPathDrawingMode
Members
MemberDescription
kCGPathFill

Render the area contained within the path using the non-zero winding number rule.

Available in Mac OS X v10.0 and later.


kCGPathEOFill

Render the area within the path using the even-odd rule.

Available in Mac OS X v10.0 and later.


kCGPathStroke

Render a line along the path.

Available in Mac OS X v10.0 and later.


kCGPathFillStroke

First fill and then stroke the path, using the nonzero winding number rule.

Available in Mac OS X v10.0 and later.


kCGPathEOFillStroke

First fill and then stroke the path, using the even-odd rule.

Available in Mac OS X v10.0 and later.


Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

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