Type Method
overestimating()overestimatingBoundsPenoverestimatingBoundsPen
The computed bounds are guaranteed to be no smaller than the bounds computed by a pen returned by -boundsPen.
Declaration
class func overestimating() -> Self!Declaration
+ (instancetype) overestimatingBoundsPen;Declaration
overestimatingBoundsPen() -> GSBoundsPenDiscussion
The implementation of this pen may be more efficient than the one of -boundsPen. For example, a Bézier path may report the bounds of its nodes instead of computing the bounds of its curves.