MonobjcMonobjc Documented Class Library
CanRenderWithCGLContext Method (cgl_ctx)
NamespacesMonobjc.QuartzIQCPlugInOutputImageProviderCanRenderWithCGLContext(IntPtr)

Returns whether the image data can be rendered into the provided CGL context. (required)

Original signature is '- (BOOL) canRenderWithCGLContext:(CGLContextObj)cgl_ctx'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
bool CanRenderWithCGLContext(
	IntPtr cgl_ctx
)
Function CanRenderWithCGLContext ( _
	cgl_ctx As IntPtr _
) As Boolean
bool CanRenderWithCGLContext(
	IntPtr cgl_ctx
)
Parameters
cgl_ctx (IntPtr)
MISSING
Return Value
YES if the image can be rendered into this CGL context; otherwise NO, in which case renderToBuffer:withBytesPerRow:pixelFormat:forBounds: is called.
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.Quartz (Module: Monobjc.Quartz)