MonobjcMonobjc Documented Class Library
CopyName Method (space)
NamespacesMonobjc.ApplicationServicesCGColorSpaceCopyName(IntPtr)

Returns the name used to create the specified color space.

Original signature is 'CFStringRef CGColorSpaceCopyName( CGColorSpaceRef space );'

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static NSString CopyName(
	IntPtr space
)
Public Shared Function CopyName ( _
	space As IntPtr _
) As NSString
public:
static NSString^ CopyName(
	IntPtr space
)
Parameters
space (IntPtr)
MISSING
Return Value
The name used to create the specified color space, or NULL if the color space was not created using the CGColorSpaceCreateWithName function.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

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