MonobjcMonobjc Documented Class Library
DrawLayerInContext Event
NamespacesMonobjc.QuartzCoreCALayer..::..CALayerDelegateEventDispatcherDrawLayerInContext

Allows the delegate to override the layer’s drawInContext: implementation.

Original signature is '- (void)drawLayer:(CALayer *)layer inContext:(CGContextRef)ctx'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public event CALayer..::..DrawLayerInContextEventHandler DrawLayerInContext
Public Event DrawLayerInContext As CALayer..::..DrawLayerInContextEventHandler
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)