A method identified as deprecated has been superseded and may become unsupported in the future.
Returns a Boolean value indicating whether this object maintains a cached image of its path. (Deprecated in Mac OS X v10.0.)
- (BOOL)cachesBezierPath
YES if the path maintains a cached image; otherwise, NO.
Caching of paths currently has no effect, so method always returns NO.
NSBezierPath.hSets whether the receiver should cache its path information. (Deprecated in Mac OS X v10.0.)
- (void)setCachesBezierPath:(BOOL)flag
YES if the receiver should cache its path information; otherwise, NO.
Caching of paths currently has no effect.
NSBezierPath.h© 2007 Apple Inc. All Rights Reserved. (Last updated: 2007-03-02)