MonobjcMonobjc Documented Class Library
LayerForType Method (type)
NamespacesMonobjc.QuartzIKImageBrowserCellLayerForType(NSString)

Returns a layer for the specified position.

Original signature is '- (CALayer *)layerForType:(NSString *)type'

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual CALayer LayerForType(
	NSString type
)
Public Overridable Function LayerForType ( _
	type As NSString _
) As CALayer
public:
virtual CALayer^ LayerForType(
	NSString^ type
)
Parameters
type (NSString)
A string representing the layer location. See “Cell Layer Positions” for possible values.
Return Value
The CALayer to display in the specified position.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

Assembly: Monobjc.Quartz (Module: Monobjc.Quartz)