MonobjcMonobjc Documented Class Library
GetCurrentCGDisplay Method (displayLink)
NamespacesMonobjc.QuartzCoreCVDisplayLinkGetCurrentCGDisplay(IntPtr)

Gets the current display associated with a display link.

Original signature is 'CGDirectDisplayID CVDisplayLinkGetCurrentCGDisplay ( CVDisplayLinkRef displayLink );'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static uint GetCurrentCGDisplay(
	IntPtr displayLink
)
Public Shared Function GetCurrentCGDisplay ( _
	displayLink As IntPtr _
) As UInteger
public:
static unsigned int GetCurrentCGDisplay(
	IntPtr displayLink
)
Parameters
displayLink (IntPtr)
MISSING
Return Value
An identifier representing the current display. For more information on the display identifier type, see CGDirectDisplayID.
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)