MonobjcMonobjc Documented Class Library
RendererWithCGLContextOptions Method (ctx, dict)
NamespacesMonobjc.QuartzCoreCARendererRendererWithCGLContextOptions(IntPtr, NSDictionary)

Creates and returns a CARenderer instance with the render target specified by the Core OpenGL context.

Original signature is '+ (CARenderer *)rendererWithCGLContext:(void *)ctx options:(NSDictionary *)dict'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static CARenderer RendererWithCGLContextOptions(
	IntPtr ctx,
	NSDictionary dict
)
Public Shared Function RendererWithCGLContextOptions ( _
	ctx As IntPtr, _
	dict As NSDictionary _
) As CARenderer
public:
static CARenderer^ RendererWithCGLContextOptions(
	IntPtr ctx, 
	NSDictionary^ dict
)
Parameters
ctx (IntPtr)
A Core OpenGL render context that is used as the render target.
dict (NSDictionary)
A dictionary of optional parameters.
Return Value
A new instance of CARenderer that will use ctx as the render target.
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)