MonobjcMonobjc Documented Class Library
EOFillPath Method (c)
NamespacesMonobjc.ApplicationServicesCGContextEOFillPath(IntPtr)

Paints the area within the current path, using the even-odd fill rule.

Original signature is 'void CGContextEOFillPath ( CGContextRef c );'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static void EOFillPath(
	IntPtr c
)
Public Shared Sub EOFillPath ( _
	c As IntPtr _
)
public:
static void EOFillPath(
	IntPtr c
)
Parameters
c (IntPtr)
MISSING
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)