MonobjcMonobjc Documented Class Library
OverlayForType Method (layerType)
NamespacesMonobjc.QuartzIKImageViewOverlayForType(NSString)

Returns the Core Animation layer associated with a layer type.

Original signature is '- (CALayer *)overlayForType:(NSString *)layerType'

Available in Mac OS X v10.5 and later.

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