I\'ve got a CGRect, and I\'d like to adjust it with a UIEdgeInsets.
CGRect
UIEdgeInsets
It seems like perhaps there might be a built in function that does this
CGRect insetRect = CGRectInset(rOriginalRect, fInsetX, fInsetY);