MonobjcMonobjc Documented Class Library
SetFullScreenOnDisplay Method (ctx, display_mask)
NamespacesMonobjc.OpenGLCGLSetFullScreenOnDisplay(IntPtr, UInt32)

Attaches a rendering context to a full-screen drawable object.

Original signature is 'CGLError CGLSetFullScreenOnDisplay ( CGLContextObj ctx, GLuint display_mask );'

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static CGLError SetFullScreenOnDisplay(
	IntPtr ctx,
	uint display_mask
)
Public Shared Function SetFullScreenOnDisplay ( _
	ctx As IntPtr, _
	display_mask As UInteger _
) As CGLError
public:
static CGLError SetFullScreenOnDisplay(
	IntPtr ctx, 
	unsigned int display_mask
)
Parameters
ctx (IntPtr)
MISSING
display_mask (UInt32)
MISSING
Return Value
A result code. See “CGL Result Codes.”
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

Assembly: Monobjc.OpenGL (Module: Monobjc.OpenGL)