MonobjcMonobjc Documented Class Library
IsEmpty Method (path)
NamespacesMonobjc.ApplicationServicesCGPathIsEmpty(IntPtr)

Indicates whether or not a graphics path is empty.

Original signature is 'bool CGPathIsEmpty ( CGPathRef path );'

Available in Mac OS X v10.2 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static bool IsEmpty(
	IntPtr path
)
Public Shared Function IsEmpty ( _
	path As IntPtr _
) As Boolean
public:
static bool IsEmpty(
	IntPtr path
)
Parameters
path (IntPtr)
MISSING
Return Value
A Boolean value that indicates whether the specified path is empty.
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)