MonobjcMonobjc Documented Class Library
Flush Method (c)
NamespacesMonobjc.ApplicationServicesCGContextFlush(IntPtr)

Forces all pending drawing operations in a window context to be rendered immediately to the destination device.

Original signature is 'void CGContextFlush ( CGContextRef c );'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static void Flush(
	IntPtr c
)
Public Shared Sub Flush ( _
	c As IntPtr _
)
public:
static void Flush(
	IntPtr c
)
Parameters
c (IntPtr)
MISSING
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)