MonobjcMonobjc Documented Class Library
IsPathEmpty Method (c)
NamespacesMonobjc.ApplicationServicesCGContextIsPathEmpty(IntPtr)

Indicates whether the current path contains any subpaths.

Original signature is 'bool CGContextIsPathEmpty ( CGContextRef c );'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static bool IsPathEmpty(
	IntPtr c
)
Public Shared Function IsPathEmpty ( _
	c As IntPtr _
) As Boolean
public:
static bool IsPathEmpty(
	IntPtr c
)
Parameters
c (IntPtr)
MISSING
Return Value
Returns 1 if the context’s path contains no subpaths, otherwise returns 0.
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)