MonobjcMonobjc Documented Class Library
Mask Property
NamespacesMonobjc.QuartzCoreCALayerMask

An optional layer whose alpha channel is used as a mask to select between the layer's background and the result of compositing the layer's contents with its filtered background.

Original signature is '@property(retain) CALayer *mask'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual CALayer Mask { get; set; }
Public Overridable Property Mask As CALayer
	Get
	Set
public:
virtual property CALayer^ Mask {
	CALayer^ get ();
	void set (CALayer^ value);
}
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)