MonobjcMonobjc Documented Class Library
CGContextDrawLayerInRect Method (context, rect, layer)
NamespacesMonobjc.ApplicationServicesCGLayerCGContextDrawLayerInRect(IntPtr, CGRect, IntPtr)

Draws the contents of a CGLayer object into the specified rectangle.

Original signature is 'void CGContextDrawLayerInRect ( CGContextRef context, CGRect rect, CGLayerRef layer );'

Available in Mac OS X version 10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static void CGContextDrawLayerInRect(
	IntPtr context,
	CGRect rect,
	IntPtr layer
)
Public Shared Sub CGContextDrawLayerInRect ( _
	context As IntPtr, _
	rect As CGRect, _
	layer As IntPtr _
)
public:
static void CGContextDrawLayerInRect(
	IntPtr context, 
	CGRect rect, 
	IntPtr layer
)
Parameters
context (IntPtr)
MISSING
rect (CGRect)
MISSING
layer (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)