MonobjcMonobjc Documented Class Library
PresentationLayer Property
NamespacesMonobjc.QuartzCoreCALayerPresentationLayer

Returns a copy of the layer containing all properties as they were at the start of the current transaction, with any active animations applied.

Original signature is '- (id)presentationLayer'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual Id PresentationLayer { get; }
Public Overridable ReadOnly Property PresentationLayer As Id
	Get
public:
virtual property Id^ PresentationLayer {
	Id^ get ();
}
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)