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