Deprecated NSBezierPath Methods

A method identified as deprecated has been superseded and may become unsupported in the future.

Deprecated in Mac OS X v10.0

cachesBezierPath

Returns a Boolean value indicating whether this object maintains a cached image of its path. (Deprecated in Mac 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
See Also
Declared In
NSBezierPath.h

setCachesBezierPath:

Sets whether the receiver should cache its path information. (Deprecated in Mac OS X v10.0.)

- (void)setCachesBezierPath:(BOOL)flag

Parameters
flag

YES if the receiver should cache its path information; otherwise, NO.

Discussion

Caching of paths currently has no effect.

Availability
See Also
Declared In
NSBezierPath.h


© 2007 Apple Inc. All Rights Reserved. (Last updated: 2007-03-02)