MonobjcMonobjc Documented Class Library
LevelsOfDetail Property
NamespacesMonobjc.QuartzCoreCATiledLayerLevelsOfDetail

The number of levels of detail maintained by this layer.

Original signature is '@property size_t levelsOfDetail'

Available in Mac OS X v10.5 and later.

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