MonobjcMonobjc Documented Class Library
CachesBezierPath Property
NamespacesMonobjc.AppKitNSBezierPathCachesBezierPath

Returns a Boolean value indicating whether this object maintains a cached image of its path. (Deprecated in Mac OS X v10.0.)

Original signature is '- (BOOL)cachesBezierPath'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
[ObsoleteAttribute("Deprecated in Mac OS X v10.0.")]
public virtual bool CachesBezierPath { get; set; }
<ObsoleteAttribute("Deprecated in Mac OS X v10.0.")> _
Public Overridable Property CachesBezierPath As Boolean
	Get
	Set
[ObsoleteAttribute(L"Deprecated in Mac OS X v10.0.")]
public:
virtual property bool CachesBezierPath {
	bool get ();
	void set (bool 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)