MonobjcMonobjc Documented Class Library
CGContextDrawLayerAtPoint Method (context, point, layer)
NamespacesMonobjc.ApplicationServicesCGLayerCGContextDrawLayerAtPoint(IntPtr, CGPoint, IntPtr)

Draws the contents of a CGLayer object at the specified point.

Original signature is 'void CGContextDrawLayerAtPoint ( CGContextRef context, CGPoint point, CGLayerRef layer );'

Available in Mac OS X version 10.4 and later.

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