MonobjcMonobjc Documented Class Library
SetOverlayForType Method (layer, layerType)
NamespacesMonobjc.QuartzIKImageViewSetOverlayForType(CALayer, NSString)

Sets an overlay type for a Core Animation layer.

Original signature is '- (void)setOverlay:(CALayer *)layer forType:(NSString *)layerType'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void SetOverlayForType(
	CALayer layer,
	NSString layerType
)
Public Overridable Sub SetOverlayForType ( _
	layer As CALayer, _
	layerType As NSString _
)
public:
virtual void SetOverlayForType(
	CALayer^ layer, 
	NSString^ layerType
)
Parameters
layer (CALayer)
A Core Animation layer object.
layerType (NSString)
A layer type. See “Overlay Types”.
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)