MonobjcMonobjc Documented Class Library
Stop Method (displayLink)
NamespacesMonobjc.QuartzCoreCVDisplayLinkStop(IntPtr)

Stops a display link.

Original signature is 'CVReturn CVDisplayLinkStop ( CVDisplayLinkRef displayLink );'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static int Stop(
	IntPtr displayLink
)
Public Shared Function Stop ( _
	displayLink As IntPtr _
) As Integer
public:
static int Stop(
	IntPtr displayLink
)
Parameters
displayLink (IntPtr)
MISSING
Return Value
A Core Video result code. See Core Video Constants Reference for possible values.
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)