MonobjcMonobjc Documented Class Library
RenderInContext Method (ctx)
NamespacesMonobjc.QuartzCoreCALayerRenderInContext(IntPtr)

Renders the receiver and its sublayers into the specified context.

Original signature is '- (void)renderInContext:(CGContextRef)ctx'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void RenderInContext(
	IntPtr ctx
)
Public Overridable Sub RenderInContext ( _
	ctx As IntPtr _
)
public:
virtual void RenderInContext(
	IntPtr ctx
)
Parameters
ctx (IntPtr)
The graphics context that the content is rendered in to.
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)